See: Description
| Class | Description |
|---|---|
| JsonPathUtils |
Utility class to
JsonPathUtils.evaluate(java.lang.Object, java.lang.String, com.jayway.jsonpath.Predicate...) a jsonPath on the provided object. |
| JsonPropertyAccessor |
A SpEL
PropertyAccessor that knows how to read on Jackson JSON objects. |
| JsonPropertyAccessor.ToStringFriendlyJsonNode | |
| JsonToObjectTransformer |
Transformer implementation that converts a JSON string payload into an instance of the
provided target Class.
|
| ObjectToJsonTransformer |
Transformer implementation that converts a payload instance into a JSON string
representation.
|
| Enum | Description |
|---|---|
| ObjectToJsonTransformer.ResultType |