Uses of Class
org.springframework.integration.transformer.StreamTransformer
Packages that use StreamTransformer
Package
Description
Root package of the Spring Integration Java DSL.
-
Uses of StreamTransformer in org.springframework.integration.dsl
Methods in org.springframework.integration.dsl that return StreamTransformerModifier and TypeMethodDescriptionstatic StreamTransformer
Transformers.fromStream()
The factory method for theStreamTransformer
.static StreamTransformer
Transformers.fromStream
(@Nullable String charset) Create an instance with the charset to convert the stream to a String; if null abyte[]
will be produced instead.