| Package | Description |
|---|---|
| com.fasterxml.jackson.databind.ser |
Contains implementation classes of serialization part of
data binding.
|
| com.fasterxml.jackson.databind.ser.std |
| Modifier and Type | Method and Description |
|---|---|
protected ReferenceTypeSerializer<?> |
BeanSerializerFactory._checkMapContentInclusion(SerializerProvider prov,
BeanDescription beanDesc,
ReferenceTypeSerializer<?> refSer) |
| Modifier and Type | Method and Description |
|---|---|
protected ReferenceTypeSerializer<?> |
BeanSerializerFactory._checkMapContentInclusion(SerializerProvider prov,
BeanDescription beanDesc,
ReferenceTypeSerializer<?> refSer) |
| Modifier and Type | Class and Description |
|---|---|
class |
AtomicReferenceSerializer |
| Modifier and Type | Method and Description |
|---|---|
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.
|
ReferenceTypeSerializer<AtomicReference<?>> |
AtomicReferenceSerializer.withContentInclusion(Object suppressableValue,
boolean suppressNulls) |
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.
|
protected ReferenceTypeSerializer<AtomicReference<?>> |
AtomicReferenceSerializer.withResolved(BeanProperty prop,
TypeSerializer vts,
JsonSerializer<?> valueSer,
NameTransformer unwrapper) |
| Constructor and Description |
|---|
ReferenceTypeSerializer(ReferenceTypeSerializer<?> base,
BeanProperty property,
TypeSerializer vts,
JsonSerializer<?> valueSer,
NameTransformer unwrapper,
Object suppressableValue,
boolean suppressNulls) |
Copyright © 2008–2017 FasterXML. All rights reserved.