public class NumberMarshaller extends Object implements JsonMarshaller<Number>
Constructor and Description |
---|
NumberMarshaller() |
Modifier and Type | Method and Description |
---|---|
Class<Number> |
getJavaType()
The marshalled java type
|
String |
getType()
The type name that appears in serialization
|
Number |
read(org.codehaus.jackson.JsonParser jp)
Builds and returns a POJO from the JSON object
|
void |
write(org.codehaus.jackson.JsonGenerator jg,
Object value)
Writes the POJO object to the JsonGenerator
|
public NumberMarshaller()
public String getType()
JsonMarshaller
getType
in interface JsonMarshaller<Number>
public Class<Number> getJavaType()
JsonMarshaller
getJavaType
in interface JsonMarshaller<Number>
public Number read(org.codehaus.jackson.JsonParser jp) throws IOException
JsonMarshaller
read
in interface JsonMarshaller<Number>
IOException
public void write(org.codehaus.jackson.JsonGenerator jg, Object value) throws IOException
JsonMarshaller
write
in interface JsonMarshaller<Number>
IOException
Copyright © 2018 Nuxeo. All rights reserved.