Package org.springframework.integration.json
package org.springframework.integration.json
Provides classes supporting JSON in Spring Integration.
-
ClassDescriptionThe
Converter
implementation for the conversion ofJsonPropertyAccessor.JsonNodeWrapper
toJsonNode
, when theJsonPropertyAccessor.JsonNodeWrapper
can be a result of the expression for JSON in case of theJsonPropertyAccessor
usage.Utility class toJsonPathUtils.evaluate(java.lang.Object, java.lang.String, com.jayway.jsonpath.Predicate...)
a jsonPath on the provided object.A SpELPropertyAccessor
that knows how to read properties from JSON objects.Transformer implementation that converts a JSON string payload into an instance of the provided target Class.Transformer implementation that converts a payload instance into a JSON string representation.Extremely simple JSON serializer.