Package | Description |
---|---|
org.springframework.integration.file.transformer |
Provides classes supporting the transformation of file contents
to messages.
|
Modifier and Type | Class and Description |
---|---|
class |
FileToByteArrayTransformer
A payload transformer that copies a File's contents to a byte array.
|
class |
FileToStringTransformer
A payload transformer that copies a File's contents to a String.
|
Copyright © 2018. All rights reserved.