Uses of Class
tools.jackson.databind.ser.impl.ReadOnlyClassToSerializerMap.Bucket
Packages that use ReadOnlyClassToSerializerMap.Bucket
Package
Description
Contains implementation classes of serialization part of
data binding.
-
Uses of ReadOnlyClassToSerializerMap.Bucket in tools.jackson.databind.ser.impl
Fields in tools.jackson.databind.ser.impl declared as ReadOnlyClassToSerializerMap.BucketModifier and TypeFieldDescriptionprivate final ReadOnlyClassToSerializerMap.Bucket[]ReadOnlyClassToSerializerMap._bucketsReadOnlyClassToSerializerMap.Bucket.nextConstructors in tools.jackson.databind.ser.impl with parameters of type ReadOnlyClassToSerializerMap.BucketModifierConstructorDescriptionBucket(ReadOnlyClassToSerializerMap.Bucket next, TypeKey key, ValueSerializer<Object> value)