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 | Field and Description |
---|---|
UnmarshallerImpl |
BridgeContextImpl.unmarshaller |
Modifier and Type | Method and Description |
---|---|
UnmarshallerImpl |
JAXBContextImpl.createUnmarshaller() |
Modifier and Type | Method and Description |
---|---|
void |
JaxBeanInfo.invokeAfterUnmarshalMethod(UnmarshallerImpl unm,
Object child,
Object parent)
Invokes the afterUnmarshal method if applicable.
|
void |
JaxBeanInfo.invokeBeforeUnmarshalMethod(UnmarshallerImpl unm,
Object child,
Object parent)
Invokes the beforeUnmarshal method if applicable.
|
Modifier and Type | Field and Description |
---|---|
UnmarshallerImpl |
UnmarshallingContext.parent |
Constructor and Description |
---|
UnmarshallingContext(UnmarshallerImpl _parent,
AssociationMap assoc)
Creates a new unmarshaller.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.