Class AtomicReferenceSerializer
java.lang.Object
com.fasterxml.jackson.databind.JsonSerializer<AtomicReference<?>>
com.fasterxml.jackson.databind.ser.std.StdSerializer<AtomicReference<?>>
com.fasterxml.jackson.databind.ser.std.ReferenceTypeSerializer<AtomicReference<?>>
com.fasterxml.jackson.databind.ser.std.AtomicReferenceSerializer
- All Implemented Interfaces:
JsonFormatVisitable
,SchemaAware
,ContextualSerializer
,Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer
JsonSerializer.None
-
Field Summary
Fields inherited from class com.fasterxml.jackson.databind.ser.std.ReferenceTypeSerializer
MARKER_FOR_EMPTY
-
Constructor Summary
ConstructorsConstructorDescriptionAtomicReferenceSerializer
(ReferenceType fullType, boolean staticTyping, TypeSerializer vts, JsonSerializer<Object> ser) -
Method Summary
Modifier and TypeMethodDescriptionwithContentInclusion
(Object suppressableValue, boolean suppressNulls) Mutant factory method called to create a differently constructed instance, specifically with different exclusion rules for contained value.Methods inherited from class com.fasterxml.jackson.databind.ser.std.ReferenceTypeSerializer
acceptJsonFormatVisitor, createContextual, getReferredType, isEmpty, isUnwrappingSerializer, serialize, serializeWithType, unwrappingSerializer
Methods inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer
getSchema, getSchema, handledType, wrapAndThrow, wrapAndThrow
Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer
getDelegatee, isEmpty, properties, replaceDelegatee, usesObjectId, withFilterId, withIgnoredProperties
-
Constructor Details
-
AtomicReferenceSerializer
public AtomicReferenceSerializer(ReferenceType fullType, boolean staticTyping, TypeSerializer vts, JsonSerializer<Object> ser)
-
-
Method Details
-
withContentInclusion
public ReferenceTypeSerializer<AtomicReference<?>> withContentInclusion(Object suppressableValue, boolean suppressNulls) Description copied from class:ReferenceTypeSerializer
Mutant factory method called to create a differently constructed instance, specifically with different exclusion rules for contained value.NOTE: caller has verified that there are changes, so implementations need NOT check if a new instance is needed.
- Specified by:
withContentInclusion
in classReferenceTypeSerializer<AtomicReference<?>>
-