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