Uses of Enum
com.fasterxml.jackson.annotation.JsonTypeInfo.Id
-
Uses of JsonTypeInfo.Id in com.fasterxml.jackson.annotation
Subclasses with type arguments of type JsonTypeInfo.Id in com.fasterxml.jackson.annotationModifier and TypeClassDescriptionstatic enumDefinition of different type identifiers that can be included in JSON during serialization, and used for deserialization.Fields in com.fasterxml.jackson.annotation declared as JsonTypeInfo.IdMethods in com.fasterxml.jackson.annotation that return JsonTypeInfo.IdModifier and TypeMethodDescriptionJsonTypeInfo.Value.getIdType()static JsonTypeInfo.IdReturns 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.IdModifier and TypeMethodDescriptionstatic JsonTypeInfo.ValueJsonTypeInfo.Value.construct(JsonTypeInfo.Id idType, JsonTypeInfo.As inclusionType, String propertyName, Class<?> defaultImpl, boolean idVisible, Boolean requireTypeIdForSubtypes) JsonTypeInfo.Value.withIdType(JsonTypeInfo.Id idType) Constructors in com.fasterxml.jackson.annotation with parameters of type JsonTypeInfo.IdModifierConstructorDescriptionprotectedValue(JsonTypeInfo.Id idType, JsonTypeInfo.As inclusionType, String propertyName, Class<?> defaultImpl, boolean idVisible, Boolean requireTypeIdForSubtypes)