Uses of Class
org.codehaus.jackson.annotate.JsonSubTypes.Type
-
Packages that use JsonSubTypes.Type Package Description org.codehaus.jackson.annotate Public core annotations, most of which are used to configure how Data Mapping/Binding works. -
-
Uses of JsonSubTypes.Type in org.codehaus.jackson.annotate
Methods in org.codehaus.jackson.annotate 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).
-