Package com.fasterxml.jackson.annotation
Annotation Type JsonSubTypes.Type
-
public static @interface JsonSubTypes.TypeDefinition of a subtype, along with optional name. If name is missing, class of the type will be checked forJsonTypeNameannotation; and if that is also missing or empty, a default name will be constructed by type id mechanism. Default name is usually based on class name.