Package org.springframework.integration.json
Provides classes supporting JSON in Spring Integration.
-
Class Summary Class Description JsonPathUtils Utility class toJsonPathUtils.evaluate(java.lang.Object, java.lang.String, com.jayway.jsonpath.Predicate...)
a jsonPath on the provided object.JsonPropertyAccessor A SpELPropertyAccessor
that knows how to read properties from JSON objects.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.SimpleJsonSerializer Extremely simple JSON serializer. -
Enum Summary Enum Description ObjectToJsonTransformer.ResultType