Class AbstractProxy<T>

  • Direct Known Subclasses:
    CheckpointAlgorithmProxy

    public abstract class AbstractProxy<T>
    extends Object
    An abstract class which contains the common behavior for a batch artifact proxy. This class performs runtime introspection of an artifact instances annotations and handles property injection.
    • Field Detail

      • delegate

        protected T delegate
    • Method Detail

      • getDelegate

        public T getDelegate()
      • setStepContext

        public void setStepContext​(StepContextImpl stepContext)