| Interface | Description |
|---|---|
| JsonBuilder<J extends com.fasterxml.jackson.databind.JsonNode> |
| Class | Description |
|---|---|
| ArrayBuilder | |
| ConstructorPropertiesAnnotationIntrospector |
This introspector is plugged into a Jackson
ObjectMapper in order
to setup artificially a JsonCreator on constructors generated
by Lombok using the lombok.Data annotation. |
| JDKLocalDateDeserializer | |
| JDKLocalDateSerializer | |
| JDKLocalDateTimeDeserializer | |
| JDKLocalDateTimeSerializer | |
| JDKLocalTimeDeserializer | |
| JDKLocalTimeSerializer | |
| JDKYearMonthDeserializer | |
| JDKYearMonthSerializer | |
| JsonUtils | |
| ObjectBuilder | |
| ObjectMapperFactory |
Note that support for @ConstructorProperties will be available in Jackson 2.7.0
(see https://github.com/FasterXML/jackson-databind/issues/905)
|
| ProxyAnnotation |
| Exception | Description |
|---|---|
| JsonMissingFieldException | |
| JsonParseException |