Uses of Class
com.fasterxml.jackson.databind.ser.std.ReferenceTypeSerializer
-
Packages that use ReferenceTypeSerializer Package Description com.fasterxml.jackson.databind.ser.std -
-
Uses of ReferenceTypeSerializer in com.fasterxml.jackson.databind.ser.std
Subclasses of ReferenceTypeSerializer in com.fasterxml.jackson.databind.ser.std Modifier and Type Class Description class
AtomicReferenceSerializer
Methods in com.fasterxml.jackson.databind.ser.std that return ReferenceTypeSerializer Modifier and Type Method Description ReferenceTypeSerializer<java.util.concurrent.atomic.AtomicReference<?>>
AtomicReferenceSerializer. withContentInclusion(java.lang.Object suppressableValue, boolean suppressNulls)
abstract ReferenceTypeSerializer<T>
ReferenceTypeSerializer. 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.protected ReferenceTypeSerializer<java.util.concurrent.atomic.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.Constructors in com.fasterxml.jackson.databind.ser.std with parameters of type ReferenceTypeSerializer Constructor Description ReferenceTypeSerializer(ReferenceTypeSerializer<?> base, BeanProperty property, TypeSerializer vts, JsonSerializer<?> valueSer, NameTransformer unwrapper, java.lang.Object suppressableValue, boolean suppressNulls)
-