Class DataSourceProcessor.Input

  • Enclosing class:
    DataSourceProcessor

    public static final class DataSourceProcessor.Input
    extends java.lang.Object
    Contains the datasource input.
    • Constructor Summary

      Constructors 
      Constructor Description
      Input()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • template

        public Template template
        The values object with all values. This is required in order to run sub-processor graph
      • values

        public Values values
        The values object with all values. This is required in order to run sub-processor graph
    • Constructor Detail

      • Input

        public Input()