| Package | Description |
|---|---|
| com.fasterxml.jackson.datatype.jsr310.deser |
| Modifier and Type | Field and Description |
|---|---|
static LocalDateDeserializer |
LocalDateDeserializer.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
protected LocalDateDeserializer |
LocalDateDeserializer.withDateFormat(DateTimeFormatter dtf) |
protected LocalDateDeserializer |
LocalDateDeserializer.withLeniency(Boolean leniency) |
protected LocalDateDeserializer |
LocalDateDeserializer.withShape(com.fasterxml.jackson.annotation.JsonFormat.Shape shape) |
| Constructor and Description |
|---|
LocalDateDeserializer(LocalDateDeserializer base,
Boolean leniency)
Since 2.10
|
LocalDateDeserializer(LocalDateDeserializer base,
DateTimeFormatter dtf)
Since 2.10
|
LocalDateDeserializer(LocalDateDeserializer base,
com.fasterxml.jackson.annotation.JsonFormat.Shape shape)
Since 2.11
|
Copyright © 2022 FasterXML. All rights reserved.