public interface ResourceTransformer
Resource transformers are executed in the second stage of the pipeline. Their purpose is to manipulate the contents of a single resource before handing it to the third stage. Examples of transformers are stripping out any newlines and escaping double quotes.
Implementing classes must not modify the inputs in any way. Doing so will cause undesired and unpredictable results.
Copyright © 2014–2015. All rights reserved.