Uses of Enum
com.fasterxml.jackson.databind.cfg.CoercionInputShape
Packages that use CoercionInputShape
Package
Description
Basic data binding (mapping) functionality that
allows for reading JSON content into Java Objects (POJOs)
and JSON Trees (
JsonNode), as well as
writing Java Objects and trees as JSON.Package that contains most of configuration-related classes;
exception being couple of most-commonly used configuration
things (like Feature enumerations) that are at the
main level (
com.fasterxml.jackson.databind).Contains public standard implementations of abstraction that
Jackson uses.
-
Uses of CoercionInputShape in com.fasterxml.jackson.databind
Methods in com.fasterxml.jackson.databind with parameters of type CoercionInputShapeModifier and TypeMethodDescriptionDeserializationConfig.findCoercionAction(LogicalType targetType, Class<?> targetClass, CoercionInputShape inputShape) General-purpose accessor for finding what to do when specified coercion from shape that is now always allowed to be coerced from is requested.DeserializationContext.findCoercionAction(LogicalType targetType, Class<?> targetClass, CoercionInputShape inputShape) General-purpose accessor for finding what to do when specified coercion from shape that is now always allowed to be coerced from is requested. -
Uses of CoercionInputShape in com.fasterxml.jackson.databind.cfg
Subclasses with type arguments of type CoercionInputShape in com.fasterxml.jackson.databind.cfgModifier and TypeClassDescriptionenumSet of input types (which mostly match one ofJsonTokentypes) used for configuringCoercionActions to take when reading input into target types (specific type orLogicalType).Methods in com.fasterxml.jackson.databind.cfg that return CoercionInputShapeModifier and TypeMethodDescriptionstatic CoercionInputShapeReturns the enum constant of this type with the specified name.static CoercionInputShape[]CoercionInputShape.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.fasterxml.jackson.databind.cfg with parameters of type CoercionInputShapeModifier and TypeMethodDescriptionCoercionConfig.findAction(CoercionInputShape shape) CoercionConfigs.findCoercion(DeserializationConfig config, LogicalType targetType, Class<?> targetClass, CoercionInputShape inputShape) General-purpose accessor for finding what to do when specified coercion from shape that is now always allowed to be coerced from is requested.MutableCoercionConfig.setCoercion(CoercionInputShape shape, CoercionAction action) Method to set coercions to target type or class during builder-style mapper construction withMapperBuilder.withCoercionConfig(Class, Consumer),MapperBuilder.withCoercionConfig(LogicalType, Consumer)andMapperBuilder.withCoercionConfigDefaults(Consumer)... -
Uses of CoercionInputShape in com.fasterxml.jackson.databind.deser.std
Methods in com.fasterxml.jackson.databind.deser.std with parameters of type CoercionInputShapeModifier and TypeMethodDescriptionprotected CoercionActionStdDeserializer._checkToStringCoercion(com.fasterxml.jackson.core.JsonParser p, DeserializationContext ctxt, Class<?> rawTargetType, Object inputValue, CoercionInputShape inputShape)