JsonFormatVisitable
, SchemaAware
, ContextualSerializer
, Serializable
public static final class NumberSerializers.ShortSerializer extends NumberSerializers.Base<Object>
JsonSerializer.None
_isInt, _numberType, _schemaType
_handledType
Constructor | Description |
---|---|
ShortSerializer() |
Modifier and Type | Method | Description |
---|---|---|
void |
serialize(Object value,
com.fasterxml.jackson.core.JsonGenerator gen,
SerializerProvider provider) |
Method that can be called to ask implementation to serialize
values of type this serializer handles.
|
getDelegatee, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, unwrappingSerializer, usesObjectId, withFilterId
acceptJsonFormatVisitor, createContextual, getSchema
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
serializeWithType
_neitherNull, _nonEmpty, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrow
public void serialize(Object value, com.fasterxml.jackson.core.JsonGenerator gen, SerializerProvider provider) throws IOException
JsonSerializer
serialize
in class StdSerializer<Object>
value
- Value to serialize; can not be null.gen
- Generator used to output resulting Json contentprovider
- Provider that can be used to get serializers for
serializing Objects value contains, if any.IOException
Copyright © 2008–2018. All rights reserved.