Class StringExtractingContentTransformer

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

    @Deprecated
    public class StringExtractingContentTransformer
    extends AbstractRemoteContentTransformer
    Deprecated.
    The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
    Converts any textual format to plain text.

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

    Author:
    Derek Hulley