public final class MappingUnmarshallListener extends Object implements UnmarshalListener
| Constructor and Description |
|---|
MappingUnmarshallListener(MappingUnmarshaller unmarshaller,
Mapping mapping,
DTDResolver resolver) |
| Modifier and Type | Method and Description |
|---|---|
void |
attributesProcessed(Object target,
Object parent)
Not used for includes processing.
|
void |
fieldAdded(String fieldName,
Object parent,
Object child)
Not used for includes processing.
|
void |
initialized(Object target,
Object parent)
Not used for includes processing.
|
void |
unmarshalled(Object target,
Object parent)
This method is called after an object has been completely unmarshalled, including all of its
children (if any).
|
public MappingUnmarshallListener(MappingUnmarshaller unmarshaller, Mapping mapping, DTDResolver resolver)
public void initialized(Object target, Object parent)
initialized in interface UnmarshalListenertarget - the Object that was initialized.parent - the parent of the target that was initialized{@inheritDoc}public void attributesProcessed(Object target, Object parent)
attributesProcessed in interface UnmarshalListenertarget - the Object the object being unmarshalled.parent - the parent of the target being unmarshalled{@inheritDoc}public void fieldAdded(String fieldName, Object parent, Object child)
fieldAdded in interface UnmarshalListenerfieldName - The Name of the field the child is being added to.parent - The Object being unmarshalled.child - The Object that was just added.{@inheritDoc}public void unmarshalled(Object target, Object parent)
unmarshalled in interface UnmarshalListenerobject - the Object that was unmarshalled.{@inheritDoc}Copyright © 2016. All rights reserved.