-
Notifications
You must be signed in to change notification settings - Fork 101
Closed
Labels
type: enhancementNew feature or requestNew feature or request
Milestone
Description
What needs to be done
A FindRestControllerBeans finder should find all classes annotated with @RestController and return them as RestControllerBeans offering an API dedicated to @RestControllers.
Why it needs to be done
This API will ease creating Tests for @RestController, introducing Spring Cloud Contract and all sorts of Spring web-related recipes.
Acceptance Criteria
The API should provide all information provided by @RestController or any method annotated with request mapping annotations like @GetMapping or RequestMapping(...)
A RestControllerBean has a set of RestMethod.
RestMethod provides an API to retrieve all information provided through request mapping annotations.
Additional Information
Metadata
Metadata
Assignees
Labels
type: enhancementNew feature or requestNew feature or request