Uses of Class
com.fasterxml.jackson.databind.ser.std.ReferenceTypeSerializer
Packages that use ReferenceTypeSerializer
-
Uses of ReferenceTypeSerializer in com.fasterxml.jackson.databind.ser.std
Subclasses of ReferenceTypeSerializer in com.fasterxml.jackson.databind.ser.stdMethods in com.fasterxml.jackson.databind.ser.std that return ReferenceTypeSerializerModifier and TypeMethodDescriptionAtomicReferenceSerializer.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.Constructors in com.fasterxml.jackson.databind.ser.std with parameters of type ReferenceTypeSerializerModifierConstructorDescriptionprotected
ReferenceTypeSerializer
(ReferenceTypeSerializer<?> base, BeanProperty property, TypeSerializer vts, JsonSerializer<?> valueSer, NameTransformer unwrapper, Object suppressableValue, boolean suppressNulls)