public class PossibleLongSerializer extends ReferenceTypeSerializer<PossibleLong>
JsonSerializer.None
_dynamicSerializers, _property, _referredType, _suppressableValue, _suppressNulls, _unwrapper, _valueSerializer, _valueTypeSerializer, MARKER_FOR_EMPTY
_handledType
Modifier and Type | Method and Description |
---|---|
protected Object |
_getReferenced(PossibleLong value) |
protected Object |
_getReferencedIfPresent(PossibleLong value) |
protected boolean |
_isValuePresent(PossibleLong value) |
ReferenceTypeSerializer<PossibleLong> |
withContentInclusion(Object suppressableValue,
boolean suppressNulls) |
protected ReferenceTypeSerializer<PossibleLong> |
withResolved(BeanProperty prop,
TypeSerializer vts,
JsonSerializer<?> value,
NameTransformer unwrapper) |
_useStatic, acceptJsonFormatVisitor, createContextual, getReferredType, isEmpty, isUnwrappingSerializer, serialize, serializeWithType, unwrappingSerializer
_neitherNull, _nonEmpty, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrow
getDelegatee, isEmpty, properties, replaceDelegatee, usesObjectId, withFilterId
protected ReferenceTypeSerializer<PossibleLong> withResolved(BeanProperty prop, TypeSerializer vts, JsonSerializer<?> value, NameTransformer unwrapper)
withResolved
in class ReferenceTypeSerializer<PossibleLong>
public ReferenceTypeSerializer<PossibleLong> withContentInclusion(Object suppressableValue, boolean suppressNulls)
withContentInclusion
in class ReferenceTypeSerializer<PossibleLong>
protected boolean _isValuePresent(PossibleLong value)
_isValuePresent
in class ReferenceTypeSerializer<PossibleLong>
protected Object _getReferenced(PossibleLong value)
_getReferenced
in class ReferenceTypeSerializer<PossibleLong>
@Nullable protected Object _getReferencedIfPresent(PossibleLong value)
_getReferencedIfPresent
in class ReferenceTypeSerializer<PossibleLong>