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.dslMethods in org.springframework.integration.dsl that return StreamTransformerModifier and TypeMethodDescriptionstatic StreamTransformerTransformers.fromStream()The factory method for theStreamTransformer.static StreamTransformerTransformers.fromStream(String charset) Create an instance with the charset to convert the stream to a String; if null abyte[]will be produced instead.