| Package | Description |
|---|---|
| com.fasterxml.jackson.datatype.guava.deser | |
| com.fasterxml.jackson.datatype.guava.deser.util | |
| com.fasterxml.jackson.datatype.guava.ser |
| Modifier and Type | Field and Description |
|---|---|
protected RangeHelper.RangeProperties |
RangeDeserializer._fieldNames |
| Constructor and Description |
|---|
RangeDeserializer(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)
|
RangeDeserializer(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) |
| Modifier and Type | Method and Description |
|---|---|
static RangeHelper.RangeProperties |
RangeHelper.getPropertyNames(com.fasterxml.jackson.databind.cfg.MapperConfig<?> config,
com.fasterxml.jackson.databind.PropertyNamingStrategy pns) |
static RangeHelper.RangeProperties |
RangeHelper.standardNames() |
| Modifier and Type | Field and Description |
|---|---|
protected RangeHelper.RangeProperties |
RangeSerializer._fieldNames |
| Constructor and Description |
|---|
RangeSerializer(com.fasterxml.jackson.databind.JavaType type,
com.fasterxml.jackson.databind.JsonSerializer<?> endpointSer,
RangeHelper.RangeProperties fieldNames)
Deprecated.
Since 2.17
|
RangeSerializer(com.fasterxml.jackson.databind.JavaType type,
com.fasterxml.jackson.databind.JsonSerializer<?> endpointSer,
RangeHelper.RangeProperties fieldNames,
com.fasterxml.jackson.annotation.JsonFormat.Shape shape) |
Copyright © 2024 FasterXML. All rights reserved.