Uses of Class
tools.jackson.databind.ser.std.ReferenceTypeSerializer
Packages that use ReferenceTypeSerializer
Package
Description
Package that contains handlers specific to datatypes introduced in Java 8.
-
Uses of ReferenceTypeSerializer in tools.jackson.databind.ext.jdk8
Subclasses of ReferenceTypeSerializer in tools.jackson.databind.ext.jdk8Methods in tools.jackson.databind.ext.jdk8 that return ReferenceTypeSerializerModifier and TypeMethodDescriptionJdk8OptionalSerializer.withContentInclusion(Object suppressableValue, boolean suppressNulls) protected ReferenceTypeSerializer<Optional<?>>Jdk8OptionalSerializer.withResolved(BeanProperty prop, TypeSerializer vts, ValueSerializer<?> valueSer, NameTransformer unwrapper) -
Uses of ReferenceTypeSerializer in tools.jackson.databind.ser.jdk
Subclasses of ReferenceTypeSerializer in tools.jackson.databind.ser.jdkMethods in tools.jackson.databind.ser.jdk that return ReferenceTypeSerializerModifier and TypeMethodDescriptionAtomicReferenceSerializer.withContentInclusion(Object suppressableValue, boolean suppressNulls) protected ReferenceTypeSerializer<AtomicReference<?>>AtomicReferenceSerializer.withResolved(BeanProperty prop, TypeSerializer vts, ValueSerializer<?> valueSer, NameTransformer unwrapper) -
Uses of ReferenceTypeSerializer in tools.jackson.databind.ser.std
Methods in tools.jackson.databind.ser.std that return ReferenceTypeSerializerModifier and TypeMethodDescriptionabstract 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 abstract ReferenceTypeSerializer<T>ReferenceTypeSerializer.withResolved(BeanProperty prop, TypeSerializer vts, ValueSerializer<?> valueSer, NameTransformer unwrapper) Mutant factory method called when changes are needed; should construct newly configured instance with new values as indicated.Constructors in tools.jackson.databind.ser.std with parameters of type ReferenceTypeSerializerModifierConstructorDescriptionprotectedReferenceTypeSerializer(ReferenceTypeSerializer<?> base, BeanProperty property, TypeSerializer vts, ValueSerializer<?> valueSer, NameTransformer unwrapper, Object suppressableValue, boolean suppressNulls)