Uses of Class
com.fasterxml.jackson.annotation.JsonTypeInfo.Value
-
Uses of JsonTypeInfo.Value in com.fasterxml.jackson.annotation
Fields in com.fasterxml.jackson.annotation declared as JsonTypeInfo.ValueModifier and TypeFieldDescriptionprotected static final JsonTypeInfo.Value
JsonTypeInfo.Value.EMPTY
Methods in com.fasterxml.jackson.annotation that return JsonTypeInfo.ValueModifier and TypeMethodDescriptionstatic JsonTypeInfo.Value
JsonTypeInfo.Value.construct
(JsonTypeInfo.Id idType, JsonTypeInfo.As inclusionType, String propertyName, Class<?> defaultImpl, boolean idVisible, Boolean requireTypeIdForSubtypes) static JsonTypeInfo.Value
JsonTypeInfo.Value.from
(JsonTypeInfo src) JsonTypeInfo.Value.withDefaultImpl
(Class<?> impl) JsonTypeInfo.Value.withIdType
(JsonTypeInfo.Id idType) JsonTypeInfo.Value.withIdVisible
(boolean visible) JsonTypeInfo.Value.withInclusionType
(JsonTypeInfo.As inclusionType) JsonTypeInfo.Value.withPropertyName
(String propName) JsonTypeInfo.Value.withRequireTypeIdForSubtypes
(Boolean requireTypeIdForSubtypes) Methods in com.fasterxml.jackson.annotation with parameters of type JsonTypeInfo.ValueModifier and TypeMethodDescriptionprivate static boolean
JsonTypeInfo.Value._equals
(JsonTypeInfo.Value a, JsonTypeInfo.Value b) static boolean
JsonTypeInfo.Value.isEnabled
(JsonTypeInfo.Value v) Static helper method for simple(r) checking of whether there's a Value instance that indicates that polymorphic handling is (to be) enabled.