Package org.springframework.integration.file.transformer
Provides classes supporting the transformation of file contents
to messages.
-
Class Summary Class Description AbstractFilePayloadTransformer<T> Base class for transformers that convert a File payload.FileToByteArrayTransformer A payload transformer that copies a File's contents to a byte array.FileToStringTransformer A payload transformer that copies a File's contents to a String.