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