Class ControllerRegistry

java.lang.Object
hec.util.transformation.core.ControllerRegistry

public class ControllerRegistry extends Object
This class maps Controller implementations and interfaces to their respective Reader and Writer class. This will probably need to change a bit.
  • Method Details

    • register

      public static void register(Class<? extends Controller> clazz, Reader reader, Writer writer)
      This function should only be used if Service Annotations are not working.
      Parameters:
      clazz -
      reader -
      writer -