@Target(TYPE)
@Retention(RUNTIME)
public @interface JsonTypeResolver
| Modifier and Type | Required Element | Description |
|---|---|---|
java.lang.Class<? extends TypeResolverBuilder<?>> |
value |
Defines implementation class of
TypeResolverBuilder which is used to construct
actual TypeDeserializer and TypeDeserializer
instances that handle reading and writing addition type information needed to support polymorphic
deserialization. |
java.lang.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.