Package org.springframework.integration.json
@NullMarked
package org.springframework.integration.json
Provides classes supporting JSON in Spring Integration.
-
ClassDescriptionA SpEL
IndexAccessor
that knows how to read indexes from JSON arrays, using Jackson'sArrayNode
API.A SpELPropertyAccessor
that knows how to read properties from JSON objects.Deprecated, for removal: This API element is subject to removal in a future version.TheConverter
implementation for the conversion ofJacksonPropertyAccessor.JsonNodeWrapper
toJsonNode
, when theJacksonPropertyAccessor.JsonNodeWrapper
can be a result of the expression for JSON in case of theJacksonPropertyAccessor
usage.Deprecated, for removal: This API element is subject to removal in a future version.Since 7.0 in favor ofJsonNodeWrapperConverter
for Jackson 3.Utility class toJsonPathUtils.evaluate(java.lang.Object, java.lang.String, com.jayway.jsonpath.Predicate...)
a jsonPath on the provided object.Deprecated, for removal: This API element is subject to removal in a future version.Since 7.0 in favor ofJacksonPropertyAccessor
for Jackson 3.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.
JacksonIndexAccessor
for Jackson 3.