|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.fasterxml.jackson.databind.JsonSerializer<T>
com.fasterxml.jackson.databind.ser.std.StdSerializer<com.google.common.base.Optional<?>>
com.fasterxml.jackson.datatype.guava.ser.GuavaOptionalSerializer
public final class GuavaOptionalSerializer
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer |
|---|
com.fasterxml.jackson.databind.JsonSerializer.None |
| Field Summary |
|---|
| Fields inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer |
|---|
_handledType |
| Constructor Summary | |
|---|---|
GuavaOptionalSerializer(com.fasterxml.jackson.databind.JavaType type)
|
|
| Method Summary | |
|---|---|
void |
serialize(com.google.common.base.Optional<?> value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider)
|
| Methods inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer |
|---|
acceptJsonFormatVisitor, createObjectNode, createSchemaNode, createSchemaNode, getSchema, getSchema, handledType, isDefaultSerializer, wrapAndThrow, wrapAndThrow |
| Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer |
|---|
getDelegatee, isEmpty, isUnwrappingSerializer, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GuavaOptionalSerializer(com.fasterxml.jackson.databind.JavaType type)
| Method Detail |
|---|
public void serialize(com.google.common.base.Optional<?> value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider)
throws IOException,
com.fasterxml.jackson.core.JsonGenerationException
serialize in class com.fasterxml.jackson.databind.ser.std.StdSerializer<com.google.common.base.Optional<?>>IOException
com.fasterxml.jackson.core.JsonGenerationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||