Uses of Class
com.fasterxml.jackson.annotation.JsonSubTypes.Type
-
-
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).
-