Package | Description |
---|---|
com.sun.xml.bind.v2.runtime |
Code that implements JAXBContext, Unmarshaller, and Marshaller.
|
com.sun.xml.bind.v2.runtime.unmarshaller |
Modifier and Type | Method and Description |
---|---|
abstract BeanT |
JaxBeanInfo.createInstance(UnmarshallingContext context)
Creates a new instance of the bean.
|
JAXBElement |
ElementBeanInfoImpl.createInstance(UnmarshallingContext context) |
CompositeStructure |
CompositeStructureBeanInfo.createInstance(UnmarshallingContext context) |
BeanT |
ClassBeanInfoImpl.createInstance(UnmarshallingContext context) |
abstract boolean |
JaxBeanInfo.reset(BeanT o,
UnmarshallingContext context)
Resets the object to the initial state, as if the object
is created fresh.
|
boolean |
ClassBeanInfoImpl.reset(BeanT bean,
UnmarshallingContext context) |
boolean |
CompositeStructureBeanInfo.reset(CompositeStructure o,
UnmarshallingContext context) |
boolean |
ElementBeanInfoImpl.reset(JAXBElement e,
UnmarshallingContext context) |
Modifier and Type | Field and Description |
---|---|
UnmarshallingContext |
Scope.context |
UnmarshallingContext |
UnmarshallerImpl.coordinator |
Modifier and Type | Method and Description |
---|---|
UnmarshallingContext |
XmlVisitor.getContext()
Returns the
UnmarshallingContext at the end of the chain. |
UnmarshallingContext |
UnmarshallingContext.getContext() |
UnmarshallingContext |
UnmarshallingContext.State.getContext()
Gets the context.
|
UnmarshallingContext |
UnmarshallerImpl.getContext() |
UnmarshallingContext |
SAXConnector.getContext() |
UnmarshallingContext |
InterningXmlVisitor.getContext() |
static UnmarshallingContext |
UnmarshallingContext.getInstance()
When called from within the realm of the unmarshaller, this method
returns the current
UnmarshallingContext in charge. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.