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(Object target,
Object parent)
Event that will be called after objects are unmarshalled.
|
void |
beforeUnmarshal(Object target,
Object parent)
Event that will be called before objects are unmarshalled.
|
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference