Uses of Class
org.springframework.integration.transformer.DecodingTransformer
Package
Description
Root package of the Spring Integration Java DSL.
-
Uses of DecodingTransformer in org.springframework.integration.dsl
Modifier and TypeMethodDescriptionstatic <T> DecodingTransformer<T>
The factory method for theDecodingTransformer
.static <T> DecodingTransformer<T>
The factory method for theDecodingTransformer
.static <T> DecodingTransformer<T>
The factory method for theDecodingTransformer
.static <T> DecodingTransformer<T>
Transformers.decoding
(Codec codec, Expression typeExpression) The factory method for theDecodingTransformer
.