Uses of Class
com.fasterxml.jackson.annotation.JsonTypeInfo.Id
-
-
Uses of JsonTypeInfo.Id in com.fasterxml.jackson.annotation
Fields in com.fasterxml.jackson.annotation declared as JsonTypeInfo.Id Modifier and Type Field Description protected JsonTypeInfo.Id
JsonTypeInfo.Value. _idType
Methods in com.fasterxml.jackson.annotation that return JsonTypeInfo.Id Modifier and Type Method Description JsonTypeInfo.Id
JsonTypeInfo.Value. getIdType()
JsonTypeInfo.Id
use()
Specifies kind of type metadata to use when serializing type information for instances of annotated type and its subtypes; as well as what is expected during deserialization.static JsonTypeInfo.Id
JsonTypeInfo.Id. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JsonTypeInfo.Id[]
JsonTypeInfo.Id. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.fasterxml.jackson.annotation with parameters of type JsonTypeInfo.Id Modifier and Type Method Description static JsonTypeInfo.Value
JsonTypeInfo.Value. construct(JsonTypeInfo.Id idType, JsonTypeInfo.As inclusionType, java.lang.String propertyName, java.lang.Class<?> defaultImpl, boolean idVisible, java.lang.Boolean requireTypeIdForSubtypes)
JsonTypeInfo.Value
JsonTypeInfo.Value. withIdType(JsonTypeInfo.Id idType)
Constructors in com.fasterxml.jackson.annotation with parameters of type JsonTypeInfo.Id Constructor Description Value(JsonTypeInfo.Id idType, JsonTypeInfo.As inclusionType, java.lang.String propertyName, java.lang.Class<?> defaultImpl, boolean idVisible, java.lang.Boolean requireTypeIdForSubtypes)
-