protected abstract static class StdArraySerializers.TypedPrimitiveArraySerializer<T> extends ArraySerializerBase<T>
JsonSerializer.None
_property, _unwrapSingle
_handledType
Modifier | Constructor and Description |
---|---|
protected |
TypedPrimitiveArraySerializer(Class<T> cls) |
protected |
TypedPrimitiveArraySerializer(StdArraySerializers.TypedPrimitiveArraySerializer<T> src,
BeanProperty prop,
Boolean unwrapSingle) |
Modifier and Type | Method and 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
_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
getDelegatee, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, unwrappingSerializer, usesObjectId, withFilterId
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 © 2018 JBoss by Red Hat. All rights reserved.