Uses of Class
org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
-
Packages that use UnmarshallingContext Package Description org.glassfish.jaxb.runtime.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.org.glassfish.jaxb.runtime.v2.runtime.unmarshaller -
-
Uses of UnmarshallingContext in org.glassfish.jaxb.runtime.v2.runtime
Methods in org.glassfish.jaxb.runtime.v2.runtime with parameters of type UnmarshallingContext Modifier and Type Method Description BeanTClassBeanInfoImpl. createInstance(UnmarshallingContext context)CompositeStructureCompositeStructureBeanInfo. createInstance(UnmarshallingContext context)jakarta.xml.bind.JAXBElementElementBeanInfoImpl. createInstance(UnmarshallingContext context)abstract BeanTJaxBeanInfo. createInstance(UnmarshallingContext context)Creates a new instance of the bean.booleanClassBeanInfoImpl. reset(BeanT bean, UnmarshallingContext context)booleanCompositeStructureBeanInfo. reset(CompositeStructure o, UnmarshallingContext context)booleanElementBeanInfoImpl. reset(jakarta.xml.bind.JAXBElement e, UnmarshallingContext context)abstract booleanJaxBeanInfo. reset(BeanT o, UnmarshallingContext context)Resets the object to the initial state, as if the object is created fresh. -
Uses of UnmarshallingContext in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
Fields in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller declared as UnmarshallingContext Modifier and Type Field Description UnmarshallingContextScope. contextUnmarshallingContextUnmarshallerImpl. coordinatorMethods in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller that return UnmarshallingContext Modifier and Type Method Description UnmarshallingContextInterningXmlVisitor. getContext()UnmarshallingContextSAXConnector. getContext()UnmarshallingContextUnmarshallerImpl. getContext()UnmarshallingContextUnmarshallingContext. getContext()UnmarshallingContextUnmarshallingContext.State. getContext()Gets the context.UnmarshallingContextXmlVisitor. getContext()Returns theUnmarshallingContextat the end of the chain.static UnmarshallingContextUnmarshallingContext. getInstance()When called from within the realm of the unmarshaller, this method returns the currentUnmarshallingContextin charge.
-