Class DefaultJAXBModelParser<T>

  • Type Parameters:
    T - type of jaxb model
    All Implemented Interfaces:
    JAXBModelParser<T>

    public class DefaultJAXBModelParser<T>
    extends Object
    implements JAXBModelParser<T>
    Parses XML content to a jaxb model using JAXBContext
    • Constructor Detail

      • DefaultJAXBModelParser

        public DefaultJAXBModelParser​(BeanContainer beanContainer)