public static class GlobalCustom.Mapper extends Object implements IUnmarshaller
| Constructor and Description |
|---|
GlobalCustom.Mapper() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPresent(IUnmarshallingContext ictx) |
Object |
unmarshal(Object obj,
IUnmarshallingContext ictx)
Unmarshal root element of customizations.
|
public boolean isPresent(IUnmarshallingContext ictx) throws JiBXException
isPresent in interface IUnmarshallerJiBXExceptionpublic Object unmarshal(Object obj, IUnmarshallingContext ictx) throws JiBXException
IUnmarshallable.unmarshal(IUnmarshallingContext) method. The actual root element may
be anything, allowing the unmarshaller to be used for subclasses (with different names) of the outer class.unmarshal in interface IUnmarshallerobj - root element object (must be an instance of the GlobalCustom type)ictx - unmarshalling contextJiBXExceptionCopyright © 2005-2014 jibx.org. All Rights Reserved.