Uses of Enum 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.IdMethods in com.fasterxml.jackson.annotation that return JsonTypeInfo.IdModifier and TypeMethodDescriptionJsonTypeInfo.Value.getIdType()static JsonTypeInfo.IdReturns the enum constant of this class with the specified name.static JsonTypeInfo.Id[]JsonTypeInfo.Id.values()Returns an array containing the constants of this enum class, 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)