public static interface Unmarshaller.Listener
An implementation of UnmarshalListener can be set on an Unmarshaller to provide additional behaviour during unmarshal operations.
Modifier and Type | Method and Description |
---|---|
void |
afterUnmarshal(java.lang.Object target,
java.lang.Object parent)
Event that will be called after objects are unmarshalled.
|
void |
beforeUnmarshal(java.lang.Object target,
java.lang.Object parent)
Event that will be called before objects are unmarshalled.
|
void afterUnmarshal(java.lang.Object target, java.lang.Object parent)
target
- the object that was unmarshalled.parent
- the owning object of the object that was unmarshalled. This may be null.void beforeUnmarshal(java.lang.Object target, java.lang.Object parent)
target
- A newly created instance of the object to be unmarshalled.parent
- the owning object of the object that will be unmarshalled. This may be null.EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference