Class TransformerChain

  • All Implemented Interfaces:
    Transformer

    public class TransformerChain
    extends Object
    implements Transformer
    Takes an ordered list of transfomers and runs each of them serially, passing the transformation output of one transformer as input into the next.