| Package | Description |
|---|---|
| com.fasterxml.jackson.datatype.jsr310.deser | |
| com.fasterxml.jackson.datatype.jsr310.ser | |
| com.fasterxml.jackson.datatype.jsr310.util |
| Modifier and Type | Field and Description |
|---|---|
protected DurationUnitConverter |
DurationDeserializer._durationUnitConverter
When defined (not
null) integer values will be converted into duration
unit configured for the converter. |
| Modifier and Type | Method and Description |
|---|---|
protected DurationDeserializer |
DurationDeserializer.withConverter(DurationUnitConverter converter) |
| Constructor and Description |
|---|
DurationDeserializer(DurationDeserializer base,
DurationUnitConverter converter) |
| Modifier and Type | Method and Description |
|---|---|
protected DurationSerializer |
DurationSerializer.withConverter(DurationUnitConverter converter) |
| Constructor and Description |
|---|
DurationSerializer(DurationSerializer base,
DurationUnitConverter converter) |
| Modifier and Type | Method and Description |
|---|---|
static DurationUnitConverter |
DurationUnitConverter.from(String unit) |
Copyright © 2023 FasterXML. All rights reserved.