Uses of Class
com.fasterxml.jackson.databind.ser.std.ReferenceTypeSerializer
-
Packages that use ReferenceTypeSerializer Package Description com.fasterxml.jackson.databind.ser.std com.fasterxml.jackson.datatype.jdk8 -
-
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 classAtomicReferenceSerializerMethods in com.fasterxml.jackson.databind.ser.std that return ReferenceTypeSerializer 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.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, Object suppressableValue, boolean suppressNulls) -
Uses of ReferenceTypeSerializer in com.fasterxml.jackson.datatype.jdk8
Subclasses of ReferenceTypeSerializer in com.fasterxml.jackson.datatype.jdk8 Modifier and Type Class Description classOptionalSerializerMethods in com.fasterxml.jackson.datatype.jdk8 that return ReferenceTypeSerializer Modifier and Type Method Description ReferenceTypeSerializer<Optional<?>>OptionalSerializer. withContentInclusion(Object suppressableValue, boolean suppressNulls)protected ReferenceTypeSerializer<Optional<?>>OptionalSerializer. withResolved(BeanProperty prop, TypeSerializer vts, JsonSerializer<?> valueSer, NameTransformer unwrapper)
-