Interface | Description |
---|---|
JacksonConfigureListener |
Provides hooks for additional configuration of the internally used
JSON converter of Jackson library.
|
Class | Description |
---|---|
IgnoreThrowableProperties |
Deserializing
Throwable objects has caused problems on some restricted platforms
(in particular, GAE). |
JacksonMapper |
Provides Jackson object mapping services.
|
JacksonRequestWriter |
Writes the data as JSON-serialized string using Jackson.
|
JacksonResponseReader |
Reads the JSON responses into POJO object using Jackson.
|
Copyright © 2012–2016. All rights reserved.