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