JsonFormatVisitable, SchemaAware, ContextualSerializer, Serializablepublic static final class NumberSerializers.IntLikeSerializer extends NumberSerializers.Base<Object>
NumberSerializers.IntegerSerializer, but will not cast to Integer:
instead, cast is to Number, and conversion is by
calling Number.intValue().JsonSerializer.None_isInt, _numberType, _schemaType_handledType| Constructor | Description |
|---|---|
IntLikeSerializer() |
| 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, withFilterIdacceptJsonFormatVisitor, createContextual, getSchemaclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitserializeWithType_neitherNull, _nonEmpty, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrowpublic void serialize(Object value, com.fasterxml.jackson.core.JsonGenerator gen, SerializerProvider provider) throws IOException
JsonSerializerserialize 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.IOExceptionCopyright © 2008–2018. All rights reserved.