Uses of Enum Class
tools.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 (
tools.jackson.databind).Package that contains standard value and key deserializer base classes
that Jackson both uses for its own implementations and offers for
module developers as convenient partial implementations.
-
Uses of CoercionInputShape in tools.jackson.databind
Methods in tools.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 tools.jackson.databind.cfg
Methods in tools.jackson.databind.cfg that return CoercionInputShapeModifier and TypeMethodDescriptionstatic CoercionInputShapeReturns the enum constant of this class with the specified name.static CoercionInputShape[]CoercionInputShape.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tools.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(tools.jackson.databind.type.LogicalType, Consumer)andMapperBuilder.withCoercionConfigDefaults(Consumer)... these builder methods. -
Uses of CoercionInputShape in tools.jackson.databind.deser.std
Methods in tools.jackson.databind.deser.std with parameters of type CoercionInputShapeModifier and TypeMethodDescriptionprotected CoercionActionStdDeserializer._checkToStringCoercion(JsonParser p, DeserializationContext ctxt, Class<?> rawTargetType, Object inputValue, CoercionInputShape inputShape)