Class ControllerMethodGenerator

java.lang.Object
nl.datasteel.crudcraft.codegen.writer.controller.ControllerMethodGenerator

public class ControllerMethodGenerator extends Object
Coordinates the individual components that form a controller method. Additional components can be supplied to support custom endpoints.
  • Constructor Details

    • ControllerMethodGenerator

      public ControllerMethodGenerator(List<ControllerMethodComponent> components)
    • ControllerMethodGenerator

      public ControllerMethodGenerator()
  • Method Details