Uses of Interface
nl.datasteel.crudcraft.codegen.writer.controller.method.ControllerMethodComponent
Packages that use ControllerMethodComponent
Package
Description
-
Uses of ControllerMethodComponent in nl.datasteel.crudcraft.codegen.writer.controller
Constructor parameters in nl.datasteel.crudcraft.codegen.writer.controller with type arguments of type ControllerMethodComponentModifierConstructorDescriptionControllerMethodGenerator
(List<ControllerMethodComponent> components) -
Uses of ControllerMethodComponent in nl.datasteel.crudcraft.codegen.writer.controller.method
Classes in nl.datasteel.crudcraft.codegen.writer.controller.method that implement ControllerMethodComponentModifier and TypeClassDescriptionclass
Adds parameters to the method based on the endpoint specification.class
Sets the return type and populates the method body according to the endpoint specification.class
Adds the mapping annotation to the method based on the endpoint specification.class
Applies security annotations if a security policy is present.