Package com.fasterxml.jackson.annotation
Annotation Type JsonTypeName
-
@Target({ANNOTATION_TYPE,TYPE}) @Retention(RUNTIME) public @interface JsonTypeNameAnnotation used for binding logical name that the annotated class has. Used withJsonTypeInfo(and specifically itsJsonTypeInfo.use()property) to establish relationship between type names and types.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringvalueLogical type name for annotated type.
-