Interface TransformProvider<InputT extends PInput,OutputT extends POutput>

Type Parameters:
InputT - input PInput type of the transform
OutputT - output POutput type of the transform
All Known Implementing Classes:
ExpansionServiceSchemaTransformProvider

public interface TransformProvider<InputT extends PInput,OutputT extends POutput>
Provides a mapping of RunnerApi.FunctionSpec to a PTransform, together with mappings of its inputs and outputs to maps of PCollections.