public class TimestampMarshaller extends AbstractNullableMarshaller<Timestamp>
Constructor and Description |
---|
TimestampMarshaller() |
Modifier and Type | Method and Description |
---|---|
Timestamp |
doNotNullDemarshall(EJValue o,
MarshallingSession ctx) |
String |
doNotNullMarshall(Timestamp o,
MarshallingSession ctx) |
Timestamp[] |
getEmptyArray()
Returns an empty array of the type handled by this marshaller.
|
demarshall, marshall
public Timestamp[] getEmptyArray()
Marshaller
List.toArray(T[])
.public Timestamp doNotNullDemarshall(EJValue o, MarshallingSession ctx)
doNotNullDemarshall
in class AbstractNullableMarshaller<Timestamp>
public String doNotNullMarshall(Timestamp o, MarshallingSession ctx)
doNotNullMarshall
in class AbstractNullableMarshaller<Timestamp>
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.