Package | Description |
---|---|
com.fasterxml.jackson.databind.ser.std |
Modifier and Type | Class | Description |
---|---|---|
class |
AtomicReferenceSerializer |
Modifier and Type | Method | Description |
---|---|---|
ReferenceTypeSerializer<AtomicReference<?>> |
AtomicReferenceSerializer.withContentInclusion(Object suppressableValue,
boolean suppressNulls) |
|
abstract ReferenceTypeSerializer<T> |
ReferenceTypeSerializer.withContentInclusion(Object suppressableValue,
boolean suppressNulls) |
Mutant factory method called to create a differently constructed instance,
specifically with different exclusion rules for contained value.
|
protected ReferenceTypeSerializer<AtomicReference<?>> |
AtomicReferenceSerializer.withResolved(BeanProperty prop,
TypeSerializer vts,
JsonSerializer<?> valueSer,
NameTransformer unwrapper) |
|
protected abstract ReferenceTypeSerializer<T> |
ReferenceTypeSerializer.withResolved(BeanProperty prop,
TypeSerializer vts,
JsonSerializer<?> valueSer,
NameTransformer unwrapper) |
Mutant factory method called when changes are needed; should construct
newly configured instance with new values as indicated.
|
Constructor | Description |
---|---|
ReferenceTypeSerializer(ReferenceTypeSerializer<?> base,
BeanProperty property,
TypeSerializer vts,
JsonSerializer<?> valueSer,
NameTransformer unwrapper,
Object suppressableValue,
boolean suppressNulls) |
Copyright © 2008–2018. All rights reserved.