public class BooleanMarshaller extends Object implements JsonMarshaller<Boolean>
| Constructor and Description | 
|---|
BooleanMarshaller()  | 
| Modifier and Type | Method and Description | 
|---|---|
Class<Boolean> | 
getJavaType()
The marshalled java type 
 | 
String | 
getType()
The type name that appears in serialization 
 | 
Boolean | 
read(com.fasterxml.jackson.core.JsonParser jp)
Builds and returns a POJO from the JSON object 
 | 
void | 
write(com.fasterxml.jackson.core.JsonGenerator jg,
     Object value)
Writes the POJO object to the JsonGenerator 
 | 
public BooleanMarshaller()
public String getType()
JsonMarshallergetType in interface JsonMarshaller<Boolean>public Class<Boolean> getJavaType()
JsonMarshallergetJavaType in interface JsonMarshaller<Boolean>public Boolean read(com.fasterxml.jackson.core.JsonParser jp) throws IOException
JsonMarshallerread in interface JsonMarshaller<Boolean>IOExceptionpublic void write(com.fasterxml.jackson.core.JsonGenerator jg, Object value) throws IOException
JsonMarshallerwrite in interface JsonMarshaller<Boolean>IOExceptionCopyright © 2019 Nuxeo. All rights reserved.