Uses of Class
com.fasterxml.jackson.datatype.guava.deser.util.RangeHelper.RangeProperties
Packages that use RangeHelper.RangeProperties
Package
Description
-
Uses of RangeHelper.RangeProperties in com.fasterxml.jackson.datatype.guava.deser
Fields in com.fasterxml.jackson.datatype.guava.deser declared as RangeHelper.RangePropertiesModifier and TypeFieldDescriptionprotected final RangeHelper.RangePropertiesRangeDeserializer._fieldNamesConstructors in com.fasterxml.jackson.datatype.guava.deser with parameters of type RangeHelper.RangePropertiesModifierConstructorDescriptionprotectedRangeDeserializer(com.fasterxml.jackson.databind.JavaType rangeType, com.fasterxml.jackson.databind.JsonDeserializer<?> endpointDeser, com.google.common.collect.BoundType defaultBoundType, RangeHelper.RangeProperties fieldNames) Deprecated.Since 2.17 use other constructor(s)protectedRangeDeserializer(com.fasterxml.jackson.databind.JavaType rangeType, com.fasterxml.jackson.databind.JsonDeserializer<?> endpointDeser, com.google.common.collect.BoundType defaultBoundType, RangeHelper.RangeProperties fieldNames, com.fasterxml.jackson.annotation.JsonFormat.Shape shape, com.fasterxml.jackson.databind.KeyDeserializer fromStringDeserializer) -
Uses of RangeHelper.RangeProperties in com.fasterxml.jackson.datatype.guava.deser.util
Fields in com.fasterxml.jackson.datatype.guava.deser.util declared as RangeHelper.RangePropertiesModifier and TypeFieldDescriptionprivate static final RangeHelper.RangePropertiesRangeHelper.STD_NAMESMethods in com.fasterxml.jackson.datatype.guava.deser.util that return RangeHelper.RangePropertiesModifier and TypeMethodDescriptionstatic RangeHelper.RangePropertiesRangeHelper.getPropertyNames(com.fasterxml.jackson.databind.cfg.MapperConfig<?> config, com.fasterxml.jackson.databind.PropertyNamingStrategy pns) static RangeHelper.RangePropertiesRangeHelper.standardNames() -
Uses of RangeHelper.RangeProperties in com.fasterxml.jackson.datatype.guava.ser
Fields in com.fasterxml.jackson.datatype.guava.ser declared as RangeHelper.RangePropertiesModifier and TypeFieldDescriptionprotected final RangeHelper.RangePropertiesRangeSerializer._fieldNamesConstructors in com.fasterxml.jackson.datatype.guava.ser with parameters of type RangeHelper.RangePropertiesModifierConstructorDescriptionRangeSerializer(com.fasterxml.jackson.databind.JavaType type, com.fasterxml.jackson.databind.JsonSerializer<?> endpointSer, RangeHelper.RangeProperties fieldNames) Deprecated.Since 2.17RangeSerializer(com.fasterxml.jackson.databind.JavaType type, com.fasterxml.jackson.databind.JsonSerializer<?> endpointSer, RangeHelper.RangeProperties fieldNames, com.fasterxml.jackson.annotation.JsonFormat.Shape shape)