public static class ObjectCodecService.BooleanCodec extends ObjectCodec<Boolean>
type
Constructor and Description |
---|
BooleanCodec() |
Modifier and Type | Method and Description |
---|---|
String |
getType()
Get this codec type.
|
boolean |
isBuiltin()
Whether this codec is a builtin codec
|
Boolean |
read(org.codehaus.jackson.JsonParser jp,
CoreSession session)
When the object codec is called the stream is positioned on the first value.
|
void |
register(ObjectCodecService service) |
void |
write(org.codehaus.jackson.JsonGenerator jg,
Boolean value) |
findParametrizedType, getJavaType
public BooleanCodec()
public String getType()
ObjectCodec
getType
in class ObjectCodec<Boolean>
public void write(org.codehaus.jackson.JsonGenerator jg, Boolean value) throws IOException
write
in class ObjectCodec<Boolean>
IOException
public Boolean read(org.codehaus.jackson.JsonParser jp, CoreSession session) throws IOException
ObjectCodec
read
in class ObjectCodec<Boolean>
IOException
public boolean isBuiltin()
ObjectCodec
isBuiltin
in class ObjectCodec<Boolean>
public void register(ObjectCodecService service)
Copyright © 2016 Nuxeo SA. All rights reserved.