| Interface | Description |
|---|---|
| JacksonConfigureListener | Deprecated
Use
JacksonObjectMapperFactory instead. |
| JacksonObjectMapperFactory |
Factory for Jackson's ObjectMapper
|
| Class | Description |
|---|---|
| DefaultJacksonObjectMapperFactory |
Default implementation for JacksonObjectMapperFactory
|
| IgnoreThrowableProperties |
Deserializing
Throwable objects has caused problems on some restricted platforms
(in particular, GAE). |
| JacksonRequestWriter |
Writes the data as JSON-serialized string using Jackson.
|
| JacksonResponseReader |
Reads the JSON responses into POJO object using Jackson.
|
Copyright © 2012–2021. All rights reserved.