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