Uses of Class
com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
Packages that use UnmarshallingContext
Package
Description
Code that implements JAXBContext, Unmarshaller, and Marshaller.
-
Uses of UnmarshallingContext in com.sun.xml.bind.v2.runtime
Methods in com.sun.xml.bind.v2.runtime with parameters of type UnmarshallingContextModifier and TypeMethodDescriptionClassBeanInfoImpl.createInstance
(UnmarshallingContext context) CompositeStructureBeanInfo.createInstance
(UnmarshallingContext context) final JAXBElement
ElementBeanInfoImpl.createInstance
(UnmarshallingContext context) abstract BeanT
JaxBeanInfo.createInstance
(UnmarshallingContext context) Creates a new instance of the bean.boolean
ClassBeanInfoImpl.reset
(BeanT bean, UnmarshallingContext context) boolean
CompositeStructureBeanInfo.reset
(CompositeStructure o, UnmarshallingContext context) boolean
ElementBeanInfoImpl.reset
(JAXBElement e, UnmarshallingContext context) abstract boolean
JaxBeanInfo.reset
(BeanT o, UnmarshallingContext context) Resets the object to the initial state, as if the object is created fresh. -
Uses of UnmarshallingContext in com.sun.xml.bind.v2.runtime.unmarshaller
Fields in com.sun.xml.bind.v2.runtime.unmarshaller declared as UnmarshallingContextModifier and TypeFieldDescriptionfinal UnmarshallingContext
Scope.context
final UnmarshallingContext
UnmarshallerImpl.coordinator
Methods in com.sun.xml.bind.v2.runtime.unmarshaller that return UnmarshallingContextModifier and TypeMethodDescriptionInterningXmlVisitor.getContext()
SAXConnector.getContext()
UnmarshallerImpl.getContext()
UnmarshallingContext.getContext()
UnmarshallingContext.State.getContext()
Gets the context.XmlVisitor.getContext()
Returns theUnmarshallingContext
at the end of the chain.static UnmarshallingContext
UnmarshallingContext.getInstance()
When called from within the realm of the unmarshaller, this method returns the currentUnmarshallingContext
in charge.