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.Value Modifier and Type Field Description protected static JsonTypeInfo.ValueJsonTypeInfo.Value. EMPTYMethods in com.fasterxml.jackson.annotation that return JsonTypeInfo.Value Modifier and Type Method Description static JsonTypeInfo.ValueJsonTypeInfo.Value. construct(JsonTypeInfo.Id idType, JsonTypeInfo.As inclusionType, java.lang.String propertyName, java.lang.Class<?> defaultImpl, boolean idVisible, java.lang.Boolean requireTypeIdForSubtypes)static JsonTypeInfo.ValueJsonTypeInfo.Value. from(JsonTypeInfo src)JsonTypeInfo.ValueJsonTypeInfo.Value. withDefaultImpl(java.lang.Class<?> impl)JsonTypeInfo.ValueJsonTypeInfo.Value. withIdType(JsonTypeInfo.Id idType)JsonTypeInfo.ValueJsonTypeInfo.Value. withIdVisible(boolean visible)JsonTypeInfo.ValueJsonTypeInfo.Value. withInclusionType(JsonTypeInfo.As inclusionType)JsonTypeInfo.ValueJsonTypeInfo.Value. withPropertyName(java.lang.String propName)JsonTypeInfo.ValueJsonTypeInfo.Value. withRequireTypeIdForSubtypes(java.lang.Boolean requireTypeIdForSubtypes)Methods in com.fasterxml.jackson.annotation with parameters of type JsonTypeInfo.Value Modifier and Type Method Description static booleanJsonTypeInfo.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.
-