Uses of Class
org.springframework.integration.transformer.DecodingTransformer
Packages that use DecodingTransformer
Package
Description
Root package of the Spring Integration Java DSL.
-
Uses of DecodingTransformer in org.springframework.integration.dsl
Methods in org.springframework.integration.dsl that return DecodingTransformerModifier 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
.