Class StringExtractingContentTransformer

  • All Implemented Interfaces:
    ContentWorker, ContentTransformer, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware

    public class StringExtractingContentTransformer
    extends AbstractContentTransformer2
    Converts any textual format to plain text.

    The transformation is sensitive to the source and target string encodings.

    Author:
    Derek Hulley