Class JAXBVersatileWriter<T>

    • Constructor Detail

      • JAXBVersatileWriter

        public JAXBVersatileWriter​(@Nonnull
                                   T aObject,
                                   @Nonnull
                                   com.helger.jaxb.IJAXBWriter<T> aWriter)
    • Method Detail

      • getWriter

        @Nonnull
        public com.helger.jaxb.IJAXBWriter<T> getWriter()
        Specified by:
        getWriter in interface IJAXBVersatileWriter<T>
        Returns:
        The JAXB writer to use. May not be null.