Uses of Interface
com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable
-
Packages that use ValueInstantiator.Gettable Package Description com.fasterxml.jackson.databind.deser Contains implementation classes of deserialization part of data binding.com.fasterxml.jackson.databind.deser.impl Contains those implementation classes of deserialization part of data binding that are not considered part of public or semi-public interfaces.com.fasterxml.jackson.databind.deser.std Contains public standard implementations of abstraction that Jackson uses. -
-
Uses of ValueInstantiator.Gettable in com.fasterxml.jackson.databind.deser
Classes in com.fasterxml.jackson.databind.deser that implement ValueInstantiator.Gettable Modifier and Type Class Description classBeanDeserializerDeserializer class that can deserialize instances of arbitrary bean objects, usually from JSON Object structs,classBeanDeserializerBaseBase class forBeanDeserializer.classBuilderBasedDeserializerClass that handles deserialization using a separate Builder class, which is used for data binding and produces actual deserialized value at the end of data binding. -
Uses of ValueInstantiator.Gettable in com.fasterxml.jackson.databind.deser.impl
Classes in com.fasterxml.jackson.databind.deser.impl that implement ValueInstantiator.Gettable Modifier and Type Class Description classBeanAsArrayBuilderDeserializerclassBeanAsArrayDeserializerVariant ofBeanDeserializerused for handling deserialization of POJOs when serialized as JSON Arrays, instead of JSON Objects. -
Uses of ValueInstantiator.Gettable in com.fasterxml.jackson.databind.deser.std
Classes in com.fasterxml.jackson.databind.deser.std that implement ValueInstantiator.Gettable Modifier and Type Class Description classArrayBlockingQueueDeserializerWe need a custom deserializer both becauseArrayBlockingQueuehas no default constructor AND because it has size limit used for constructing underlying storage automatically.classCollectionDeserializerBasic serializer that can take JSON "Array" structure and construct aCollectioninstance, with typed contents.classContainerDeserializerBase<T>Intermediate base deserializer class that adds more shared accessor so that other classes can access information about contained (value) typesclassEnumMapDeserializerDeserializer forEnumMapvalues.classMapDeserializerBasic serializer that can take JSON "Object" structure and construct aMapinstance, with typed contents.classMapEntryDeserializerBasic serializer that can take JSON "Object" structure and construct aMapinstance, with typed contents.classObjectArrayDeserializerBasic serializer that can serialize non-primitive arrays.classStringCollectionDeserializerSpecifically optimized version forCollections that contain String values; reason is that this is a very common type and we can make use of the fact that Strings are final.classThrowableDeserializerDeserializer that builds on basicBeanDeserializerbut override some aspects like instance construction.
-