public class AtomicReferenceSerializer extends ReferenceTypeSerializer<AtomicReference<?>>
JsonSerializer.NoneMARKER_FOR_EMPTY| Constructor and Description |
|---|
AtomicReferenceSerializer(ReferenceType fullType,
boolean staticTyping,
TypeSerializer vts,
JsonSerializer<Object> ser) |
| Modifier and Type | Method and Description |
|---|---|
ReferenceTypeSerializer<AtomicReference<?>> |
withContentInclusion(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, unwrappingSerializergetSchema, getSchema, handledType, wrapAndThrow, wrapAndThrowgetDelegatee, isEmpty, properties, replaceDelegatee, usesObjectId, withFilterIdpublic AtomicReferenceSerializer(ReferenceType fullType, boolean staticTyping, TypeSerializer vts, JsonSerializer<Object> ser)
public ReferenceTypeSerializer<AtomicReference<?>> withContentInclusion(Object suppressableValue, boolean suppressNulls)
ReferenceTypeSerializerNOTE: caller has verified that there are changes, so implementations need NOT check if a new instance is needed.
withContentInclusion in class ReferenceTypeSerializer<AtomicReference<?>>Copyright © 2010 - 2020 Adobe. All Rights Reserved