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.ValueJsonTypeInfo.Value.EMPTYMethods in com.fasterxml.jackson.annotation that return JsonTypeInfo.ValueModifier and TypeMethodDescriptionstatic JsonTypeInfo.ValueJsonTypeInfo.Value.construct(JsonTypeInfo.Id idType, JsonTypeInfo.As inclusionType, String propertyName, Class<?> defaultImpl, boolean idVisible, Boolean requireTypeIdForSubtypes) static JsonTypeInfo.ValueJsonTypeInfo.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 TypeMethodDescriptionstatic 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.