| Name | Description | Type | Package | Framework |
| FileToStringTransformer | A payload transformer that copies a File's contents to a String. | Class | org.springframework.integration.file.transformer | Spring Integration |
| FileToByteArrayTransformer | A payload transformer that copies a File's contents to a byte array. | Class | org.springframework.integration.file.transformer | Spring Integration |
| AbstractFilePayloadTransformer | Base class for transformers that convert a File payload. | Class | org.springframework.integration.file.transformer | Spring Integration |