public class PossibleSerializer extends ReferenceTypeSerializer<Possible<?>>
Possible.JsonSerializer.None_dynamicSerializers, _property, _referredType, _suppressableValue, _suppressNulls, _unwrapper, _valueSerializer, _valueTypeSerializer, MARKER_FOR_EMPTY_handledType| Modifier and Type | Method and Description |
|---|---|
protected Object |
_getReferenced(Possible<?> value) |
protected Object |
_getReferencedIfPresent(Possible<?> value) |
protected boolean |
_isValuePresent(Possible<?> value) |
ReferenceTypeSerializer<Possible<?>> |
withContentInclusion(Object suppressableValue,
boolean suppressNulls) |
protected ReferenceTypeSerializer<Possible<?>> |
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<Possible<?>> withResolved(BeanProperty prop, TypeSerializer vts, JsonSerializer<?> value, NameTransformer unwrapper)
withResolved in class ReferenceTypeSerializer<Possible<?>>public ReferenceTypeSerializer<Possible<?>> withContentInclusion(Object suppressableValue, boolean suppressNulls)
withContentInclusion in class ReferenceTypeSerializer<Possible<?>>protected boolean _isValuePresent(Possible<?> value)
_isValuePresent in class ReferenceTypeSerializer<Possible<?>>protected Object _getReferenced(Possible<?> value)
_getReferenced in class ReferenceTypeSerializer<Possible<?>>@Nullable protected Object _getReferencedIfPresent(Possible<?> value)
_getReferencedIfPresent in class ReferenceTypeSerializer<Possible<?>>