public class StructurizrAnnotationsComponentFinderStrategy extends AbstractComponentFinderStrategy
componentFinder, componentsFound, supportingTypesStrategies| Constructor and Description |
|---|
StructurizrAnnotationsComponentFinderStrategy() |
StructurizrAnnotationsComponentFinderStrategy(SupportingTypesStrategy... strategies) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterFindComponents()
Called after all component finder strategies belonging to the
same component finder have found components.
|
protected java.util.Set<com.structurizr.model.Component> |
doFindComponents()
A template method into which subclasses can put their component finding code.
|
addComponent, addSupportingTypesStrategy, beforeFindComponents, findClassesWithAnnotation, findClassesWithAnnotation, findComponents, findDependencies, findSupportingTypes, findTypesAnnotatedWith, getComponentFinder, getDuplicateComponentStrategy, getTypeRepository, setComponentFinder, setDuplicateComponentStrategypublic StructurizrAnnotationsComponentFinderStrategy()
public StructurizrAnnotationsComponentFinderStrategy(SupportingTypesStrategy... strategies)
protected java.util.Set<com.structurizr.model.Component> doFindComponents()
AbstractComponentFinderStrategydoFindComponents in class AbstractComponentFinderStrategypublic void afterFindComponents()
ComponentFinderStrategyafterFindComponents in interface ComponentFinderStrategyafterFindComponents in class AbstractComponentFinderStrategy