Class FileToStringTransformer

java.lang.Object
org.springframework.integration.file.transformer.AbstractFilePayloadTransformer<String>
org.springframework.integration.file.transformer.FileToStringTransformer
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.integration.core.GenericTransformer<org.springframework.messaging.Message<?>,org.springframework.messaging.Message<?>>, org.springframework.integration.transformer.Transformer

public class FileToStringTransformer extends AbstractFilePayloadTransformer<String>
A payload transformer that copies a File's contents to a String.
  • Constructor Details

    • FileToStringTransformer

      public FileToStringTransformer()
  • Method Details