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