Uses of Enum Class
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.AsJsonTypeInfo.Value._inclusionTypeMethods in com.fasterxml.jackson.annotation that return JsonTypeInfo.AsModifier and TypeMethodDescriptionJsonTypeInfo.Value.getInclusionType()static JsonTypeInfo.AsReturns the enum constant of this class with the specified name.static JsonTypeInfo.As[]JsonTypeInfo.As.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.AsModifier and TypeMethodDescriptionstatic JsonTypeInfo.ValueJsonTypeInfo.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.AsModifierConstructorDescriptionprotectedValue(JsonTypeInfo.Id idType, JsonTypeInfo.As inclusionType, String propertyName, Class<?> defaultImpl, boolean idVisible, Boolean requireTypeIdForSubtypes)