@Target(value={ANNOTATION_TYPE,METHOD,FIELD,TYPE,PARAMETER}) @Retention(value=RUNTIME) public @interface JsonTypeResolver
NOTE: since 2.4, applicable to properties as well (should have been long time ago, but problem only found then)
| Modifier and Type | Required Element and Description | 
|---|---|
| Class<? extends TypeResolverBuilder<?>> | valueDefines implementation class of  TypeResolverBuilderwhich is used to construct
 actualTypeDeserializerandTypeDeserializerinstances that handle reading and writing addition type information needed to support polymorphic
 deserialization. | 
public abstract Class<? extends TypeResolverBuilder<?>> value
TypeResolverBuilder which is used to construct
 actual TypeDeserializer and TypeDeserializer
 instances that handle reading and writing addition type information needed to support polymorphic
 deserialization.Copyright © 2008–2019 FasterXML. All rights reserved.