public class AtomicReferenceSerializer extends ReferenceTypeSerializer<java.util.concurrent.atomic.AtomicReference<?>>
JsonSerializer.None
MARKER_FOR_EMPTY
Constructor and Description |
---|
AtomicReferenceSerializer(ReferenceType fullType,
boolean staticTyping,
TypeSerializer vts,
JsonSerializer<java.lang.Object> ser) |
Modifier and Type | Method and Description |
---|---|
ReferenceTypeSerializer<java.util.concurrent.atomic.AtomicReference<?>> |
withContentInclusion(java.lang.Object suppressableValue,
boolean suppressNulls)
Mutant factory method called to create a differently constructed instance,
specifically with different exclusion rules for contained value.
|
acceptJsonFormatVisitor, createContextual, getReferredType, isEmpty, isUnwrappingSerializer, serialize, serializeWithType, unwrappingSerializer
getSchema, getSchema, handledType, wrapAndThrow, wrapAndThrow
getDelegatee, isEmpty, properties, replaceDelegatee, usesObjectId, withFilterId
public AtomicReferenceSerializer(ReferenceType fullType, boolean staticTyping, TypeSerializer vts, JsonSerializer<java.lang.Object> ser)
public ReferenceTypeSerializer<java.util.concurrent.atomic.AtomicReference<?>> withContentInclusion(java.lang.Object suppressableValue, boolean suppressNulls)
ReferenceTypeSerializer
NOTE: caller has verified that there are changes, so implementations need NOT check if a new instance is needed.
withContentInclusion
in class ReferenceTypeSerializer<java.util.concurrent.atomic.AtomicReference<?>>
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"