Uses of Enum
com.fasterxml.jackson.annotation.JsonTypeInfo.As
-
Uses of JsonTypeInfo.As in com.fasterxml.jackson.annotation
Fields in com.fasterxml.jackson.annotation declared as JsonTypeInfo.AsModifier and TypeFieldDescriptionprotected final JsonTypeInfo.As
JsonTypeInfo.Value._inclusionType
Methods in com.fasterxml.jackson.annotation that return JsonTypeInfo.AsModifier and TypeMethodDescriptionJsonTypeInfo.Value.getInclusionType()
static JsonTypeInfo.As
Returns the enum constant of this type with the specified name.static JsonTypeInfo.As[]
JsonTypeInfo.As.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.AsModifier and TypeMethodDescriptionstatic JsonTypeInfo.Value
JsonTypeInfo.Value.construct
(JsonTypeInfo.Id idType, JsonTypeInfo.As inclusionType, String propertyName, Class<?> defaultImpl, boolean idVisible, Boolean requireTypeIdForSubtypes) JsonTypeInfo.Value.withInclusionType
(JsonTypeInfo.As inclusionType) Constructors in com.fasterxml.jackson.annotation with parameters of type JsonTypeInfo.AsModifierConstructorDescriptionprotected
Value
(JsonTypeInfo.Id idType, JsonTypeInfo.As inclusionType, String propertyName, Class<?> defaultImpl, boolean idVisible, Boolean requireTypeIdForSubtypes)