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