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