- setIncludePublicTypesOnly(boolean) - Method in class com.structurizr.analysis.AbstractSpringComponentFinderStrategy
-
Sets whether this component finder strategy only finds components that are based upon public types.
- SPRING_COMPONENT - Static variable in class com.structurizr.analysis.AbstractSpringComponentFinderStrategy
-
- SPRING_MVC_CONTROLLER - Static variable in class com.structurizr.analysis.AbstractSpringComponentFinderStrategy
-
- SPRING_REPOSITORY - Static variable in class com.structurizr.analysis.AbstractSpringComponentFinderStrategy
-
- SPRING_REST_CONTROLLER - Static variable in class com.structurizr.analysis.AbstractSpringComponentFinderStrategy
-
- SPRING_SERVICE - Static variable in class com.structurizr.analysis.AbstractSpringComponentFinderStrategy
-
- SPRING_WEB_SERVICE_ENDPOINT - Static variable in class com.structurizr.analysis.AbstractSpringComponentFinderStrategy
-
- SpringComponentComponentFinderStrategy - Class in com.structurizr.analysis
-
A component finder strategy that finds Spring components (classes annotated @Component).
- SpringComponentComponentFinderStrategy(SupportingTypesStrategy...) - Constructor for class com.structurizr.analysis.SpringComponentComponentFinderStrategy
-
- SpringComponentFinderStrategy - Class in com.structurizr.analysis
-
This component finder strategy knows how to find the following Spring components:
- SpringComponentFinderStrategy(SupportingTypesStrategy...) - Constructor for class com.structurizr.analysis.SpringComponentFinderStrategy
-
- SpringMvcControllerComponentFinderStrategy - Class in com.structurizr.analysis
-
A component finder strategy that finds Spring MVC controllers (classes annotated @Controller).
- SpringMvcControllerComponentFinderStrategy(SupportingTypesStrategy...) - Constructor for class com.structurizr.analysis.SpringMvcControllerComponentFinderStrategy
-
- SpringRepositoryComponentFinderStrategy - Class in com.structurizr.analysis
-
A component finder strategy for Spring repositories (classes annotated @Repository,
plus those that extend JpaRepository or CrudRepository).
- SpringRepositoryComponentFinderStrategy(SupportingTypesStrategy...) - Constructor for class com.structurizr.analysis.SpringRepositoryComponentFinderStrategy
-
- SpringRestControllerComponentFinderStrategy - Class in com.structurizr.analysis
-
A component finder strategy that finds Spring REST controllers (classes annotated @RestController).
- SpringRestControllerComponentFinderStrategy(SupportingTypesStrategy...) - Constructor for class com.structurizr.analysis.SpringRestControllerComponentFinderStrategy
-
- SpringServiceComponentFinderStrategy - Class in com.structurizr.analysis
-
A component finder strategy that finds Spring Services (classes annotated @Service).
- SpringServiceComponentFinderStrategy(SupportingTypesStrategy...) - Constructor for class com.structurizr.analysis.SpringServiceComponentFinderStrategy
-
- SpringWebServiceEndpointComponentFinderStrategy - Class in com.structurizr.analysis
-
A component finder strategy that finds Spring web service endpoints (classes annotated @Endpoint).
- SpringWebServiceEndpointComponentFinderStrategy(SupportingTypesStrategy...) - Constructor for class com.structurizr.analysis.SpringWebServiceEndpointComponentFinderStrategy
-