public abstract class AbstractNullableMarshaller<T> extends Object implements Marshaller<T>
Constructor and Description |
---|
AbstractNullableMarshaller() |
Modifier and Type | Method and Description |
---|---|
T |
demarshall(EJValue o,
MarshallingSession ctx) |
abstract T |
doNotNullDemarshall(EJValue o,
MarshallingSession ctx) |
abstract String |
doNotNullMarshall(T o,
MarshallingSession ctx) |
String |
marshall(T o,
MarshallingSession ctx) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEmptyArray
public final T demarshall(EJValue o, MarshallingSession ctx)
demarshall
in interface Marshaller<T>
public final String marshall(T o, MarshallingSession ctx)
marshall
in interface Marshaller<T>
public abstract T doNotNullDemarshall(EJValue o, MarshallingSession ctx)
public abstract String doNotNullMarshall(T o, MarshallingSession ctx)
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.