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, wrapAndThrowgetDelegatee, isEmpty, properties, replaceDelegatee, usesObjectId, withFilterIdprotected 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>