| Package | Description |
|---|---|
| com.fasterxml.jackson.datatype.jsr310.ser |
| Modifier and Type | Field and Description |
|---|---|
static DurationSerializer |
DurationSerializer.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
protected DurationSerializer |
DurationSerializer.withConverter(DurationUnitConverter converter) |
protected DurationSerializer |
DurationSerializer.withFormat(Boolean useTimestamp,
DateTimeFormatter dtf,
com.fasterxml.jackson.annotation.JsonFormat.Shape shape) |
| Constructor and Description |
|---|
DurationSerializer(DurationSerializer base,
Boolean useTimestamp,
Boolean useNanoseconds,
DateTimeFormatter dtf) |
DurationSerializer(DurationSerializer base,
Boolean useTimestamp,
DateTimeFormatter dtf) |
DurationSerializer(DurationSerializer base,
DurationUnitConverter converter) |
Copyright © 2023 FasterXML. All rights reserved.