Uses of Class
com.fasterxml.jackson.databind.jsontype.impl.AsPropertyTypeDeserializer
-
Packages that use AsPropertyTypeDeserializer Package Description com.fasterxml.jackson.databind.jsontype.impl Package that contains standard implementations forTypeResolverBuilder
andTypeIdResolver
. -
-
Uses of AsPropertyTypeDeserializer in com.fasterxml.jackson.databind.jsontype.impl
Subclasses of AsPropertyTypeDeserializer in com.fasterxml.jackson.databind.jsontype.impl Modifier and Type Class Description class
AsDeductionTypeDeserializer
ATypeDeserializer
capable of deducing polymorphic types based on the fields available.Constructors in com.fasterxml.jackson.databind.jsontype.impl with parameters of type AsPropertyTypeDeserializer Constructor Description AsPropertyTypeDeserializer(AsPropertyTypeDeserializer src, BeanProperty property)
-