Interface DependencyInjector

  • All Known Implementing Classes:
    AbstractDependencyInjector, PojoDependencyInjector

    public interface DependencyInjector
    Glue interface for adding dependency injection capatibilty to COPPER. Implementations of this interface connect a container, e.g. Spring, with COPPER and enables COPPER to inject dependencies to workflow instances. For example, the implementation for Spring is org.copperengine.core.spring.SpringDependencyInjector which is in project copper-spring.
    • Method Detail

      • inject

        void inject​(Workflow<?> workflow)
      • getType

        java.lang.String getType()