Uses of Package
com.fasterxml.jackson.databind.jsontype.impl
-
Packages that use com.fasterxml.jackson.databind.jsontype.impl Package Description com.fasterxml.jackson.databind Basic data binding (mapping) functionality that allows for reading JSON content into Java Objects (POJOs) and JSON Trees (JsonNode), as well as writing Java Objects and trees as JSON.com.fasterxml.jackson.databind.introspect Functionality needed for Bean introspection, required for detecting accessors and mutators for Beans, as well as locating and handling method annotations.com.fasterxml.jackson.databind.jsontype.impl Package that contains standard implementations forTypeResolverBuilderandTypeIdResolver. -
Classes in com.fasterxml.jackson.databind.jsontype.impl used by com.fasterxml.jackson.databind Class Description StdTypeResolverBuilder DefaultTypeResolverBuilderimplementation. -
Classes in com.fasterxml.jackson.databind.jsontype.impl used by com.fasterxml.jackson.databind.introspect Class Description StdTypeResolverBuilder DefaultTypeResolverBuilderimplementation. -
Classes in com.fasterxml.jackson.databind.jsontype.impl used by com.fasterxml.jackson.databind.jsontype.impl Class Description AsArrayTypeDeserializer Type deserializer used withJsonTypeInfo.As.WRAPPER_ARRAYinclusion mechanism.AsArrayTypeSerializer Type serializer that will embed type information in an array, as the first element, and actual value as the second element.AsDeductionTypeDeserializer ATypeDeserializercapable of deducing polymorphic types based on the fields available.AsDeductionTypeSerializer AsExistingPropertyTypeSerializer Type serializer used withJsonTypeInfo.As.EXISTING_PROPERTYinclusion mechanism.AsExternalTypeDeserializer Type deserializer used withJsonTypeInfo.As.EXTERNAL_PROPERTYinclusion mechanism.AsExternalTypeSerializer Type serializer that preferably embeds type information as an "external" type property; embedded in enclosing JSON object.AsPropertyTypeDeserializer Type deserializer used withJsonTypeInfo.As.PROPERTYinclusion mechanism.AsPropertyTypeSerializer Type serializer that preferably embeds type information as an additional JSON Object property, if possible (when resulting serialization would use JSON Object).AsWrapperTypeDeserializer Type deserializer used withJsonTypeInfo.As.WRAPPER_OBJECTinclusion mechanism.AsWrapperTypeSerializer Type wrapper that tries to use an extra JSON Object, with a single entry that has type name as key, to serialize type information.ClassNameIdResolver TypeIdResolverimplementation that converts between fully-qualified Java class names and (JSON) Strings.LaissezFaireSubTypeValidator DefaultPolymorphicTypeValidatorused unless explicit one is constructed (and, in 2.11,MapperFeature.BLOCK_UNSAFE_POLYMORPHIC_BASE_TYPESnot enabled).MinimalClassNameIdResolver StdSubtypeResolver StandardSubtypeResolverimplementation.StdTypeResolverBuilder DefaultTypeResolverBuilderimplementation.SubTypeValidator Helper class used to encapsulate rules that determine subtypes that are invalid to use, even with default typing, mostly due to security concerns.TypeDeserializerBase Base class for all standard JacksonTypeDeserializers.TypeIdResolverBase Partial base implementation ofTypeIdResolver: all custom implementations are strongly recommended to extend this class, instead of directly implementingTypeIdResolver.TypeNameIdResolver TypeSerializerBase