JsonFormatVisitable
, SchemaAware
, ContextualSerializer
, Serializable
StdArraySerializers.FloatArraySerializer
, StdArraySerializers.LongArraySerializer
, StdArraySerializers.ShortArraySerializer
protected abstract static class StdArraySerializers.TypedPrimitiveArraySerializer<T> extends ArraySerializerBase<T>
JsonSerializer.None
_property, _unwrapSingle
_handledType
Modifier | Constructor | Description |
---|---|---|
protected |
TypedPrimitiveArraySerializer(StdArraySerializers.TypedPrimitiveArraySerializer<T> src,
BeanProperty prop,
Boolean unwrapSingle) |
|
protected |
TypedPrimitiveArraySerializer(Class<T> cls) |
Modifier and Type | Method | Description |
---|---|---|
ContainerSerializer<?> |
_withValueTypeSerializer(TypeSerializer vts) |
Method that needs to be implemented to allow construction of a new
serializer object with given
TypeSerializer , used when
addition type information is to be embedded. |
_shouldUnwrapSingle, _withResolved, createContextual, serialize, serializeContents, serializeWithType
getContentSerializer, getContentType, hasContentTypeAnnotation, hasSingleElement, withValueTypeSerializer
getDelegatee, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, unwrappingSerializer, usesObjectId, withFilterId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
_neitherNull, _nonEmpty, acceptJsonFormatVisitor, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrow
protected TypedPrimitiveArraySerializer(StdArraySerializers.TypedPrimitiveArraySerializer<T> src, BeanProperty prop, Boolean unwrapSingle)
public final ContainerSerializer<?> _withValueTypeSerializer(TypeSerializer vts)
ContainerSerializer
TypeSerializer
, used when
addition type information is to be embedded._withValueTypeSerializer
in class ContainerSerializer<T>
Copyright © 2008–2018. All rights reserved.