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 UnmarshalListener
target
- 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 UnmarshalListener
target
- 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 UnmarshalListener
fieldName
- 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 UnmarshalListener
object
- the Object that was unmarshalled.{@inheritDoc}
Copyright © 2013. All rights reserved.