Uses of Interface
org.apache.axiom.om.util.jaxb.UnmarshallerConfigurator
Packages that use UnmarshallerConfigurator
-
Uses of UnmarshallerConfigurator in org.apache.axiom.om.util.jaxb
Methods in org.apache.axiom.om.util.jaxb with parameters of type UnmarshallerConfiguratorModifier and TypeMethodDescriptionstatic ObjectJAXBUtils.unmarshal(org.apache.axiom.om.OMContainer container, jakarta.xml.bind.JAXBContext context, UnmarshallerConfigurator configurator, boolean preserve) Unmarshall the information item using JAXB.static <T> jakarta.xml.bind.JAXBElement<T>JAXBUtils.unmarshal(org.apache.axiom.om.OMContainer container, jakarta.xml.bind.JAXBContext context, UnmarshallerConfigurator configurator, Class<T> declaredType, boolean preserve) Unmarshall the information item using JAXB.