| Class | Description |
|---|---|
| AbstractSpringComponentFinderStrategy | |
| SpringComponentComponentFinderStrategy |
A component finder strategy that finds Spring components (classes annotated @Component).
|
| SpringComponentFinderStrategy |
This component finder strategy knows how to find the following Spring components:
|
| SpringMvcControllerComponentFinderStrategy |
A component finder strategy that finds Spring MVC controllers (classes annotated @Controller).
|
| SpringRepositoryComponentFinderStrategy |
A component finder strategy for Spring repositories (classes annotated @Repository,
plus those that extend JpaRepository or CrudRepository).
|
| SpringRestControllerComponentFinderStrategy |
A component finder strategy that finds Spring REST controllers (classes annotated @RestController).
|
| SpringServiceComponentFinderStrategy |
A component finder strategy that finds Spring Services (classes annotated @Service).
|
| SpringWebServiceEndpointComponentFinderStrategy |
A component finder strategy that finds Spring web service endpoints (classes annotated @Endpoint).
|