Uses of Class
com.fasterxml.jackson.annotation.JsonSubTypes.Type
-
Packages that use JsonSubTypes.Type Package Description com.fasterxml.jackson.annotation Public core annotations, most of which are used to configure how Data Mapping/Binding works. -
-
Uses of JsonSubTypes.Type in com.fasterxml.jackson.annotation
Methods in com.fasterxml.jackson.annotation that return JsonSubTypes.Type Modifier and Type Method Description JsonSubTypes.Type[]value()Subtypes of the annotated type (annotated class, or property value type associated with the annotated method).
-