@Target(TYPE)
@Retention(RUNTIME)
public @interface JsonTypeName
JsonTypeInfo (and specifically its
JsonTypeInfo.use() property) to establish relationship
between type names and types.| Modifier and Type | Optional Element | Description |
|---|---|---|
java.lang.String |
value |
Logical type name for annotated type.
|