public static class StdKeySerializers.Dynamic extends StdSerializer<java.lang.Object>
JsonSerializer.None| Modifier and Type | Field and Description |
|---|---|
protected PropertySerializerMap |
_dynamicSerializers |
_handledType| Constructor and Description |
|---|
Dynamic() |
| Modifier and Type | Method and Description |
|---|---|
protected JsonSerializer<java.lang.Object> |
_findAndAddDynamic(PropertySerializerMap map,
java.lang.Class<?> type,
SerializerProvider provider) |
(package private) java.lang.Object |
readResolve() |
void |
serialize(java.lang.Object value,
com.fasterxml.jackson.core.JsonGenerator g,
SerializerProvider provider)
Method that can be called to ask implementation to serialize
values of type this serializer handles.
|
acceptJsonFormatVisitor, createObjectNode, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrowgetDelegatee, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId, withFilterIdprotected transient PropertySerializerMap _dynamicSerializers
java.lang.Object readResolve()
public void serialize(java.lang.Object value,
com.fasterxml.jackson.core.JsonGenerator g,
SerializerProvider provider)
throws java.io.IOException
JsonSerializerserialize in class StdSerializer<java.lang.Object>value - Value to serialize; can not be null.g - Generator used to output resulting Json contentprovider - Provider that can be used to get serializers for
serializing Objects value contains, if any.java.io.IOExceptionprotected JsonSerializer<java.lang.Object> _findAndAddDynamic(PropertySerializerMap map, java.lang.Class<?> type, SerializerProvider provider) throws JsonMappingException
JsonMappingException