Class ControllerMethodGenerator
java.lang.Object
nl.datasteel.crudcraft.codegen.writer.controller.ControllerMethodGenerator
Coordinates the individual components that form a controller method.
Additional components can be supplied to support custom endpoints.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.squareup.javapoet.MethodSpec
generate
(EndpointSpec spec, ModelDescriptor modelDescriptor, CrudSecurityPolicy securityPolicy) Generates a method for the given endpoint specification.
-
Constructor Details
-
ControllerMethodGenerator
-
ControllerMethodGenerator
public ControllerMethodGenerator()
-
-
Method Details
-
generate
public com.squareup.javapoet.MethodSpec generate(EndpointSpec spec, ModelDescriptor modelDescriptor, CrudSecurityPolicy securityPolicy) Generates a method for the given endpoint specification.
-