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 TypeClassDescriptionclassAdds parameters to the method based on the endpoint specification.classSets the return type and populates the method body according to the endpoint specification.classAdds the mapping annotation to the method based on the endpoint specification.classApplies security annotations if a security policy is present.