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