public class TypeMatcherComponentFinderStrategy extends AbstractComponentFinderStrategy
TypeMatcher implementations.componentFinder, componentsFound, supportingTypesStrategies| Constructor and Description |
|---|
TypeMatcherComponentFinderStrategy(TypeMatcher... typeMatchers) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Set<com.structurizr.model.Component> |
doFindComponents()
A template method into which subclasses can put their component finding code.
|
addComponent, addSupportingTypesStrategy, afterFindComponents, beforeFindComponents, findClassesWithAnnotation, findClassesWithAnnotation, findComponents, findDependencies, findSupportingTypes, findTypesAnnotatedWith, getComponentFinder, getDuplicateComponentStrategy, getTypeRepository, setComponentFinder, setDuplicateComponentStrategypublic TypeMatcherComponentFinderStrategy(TypeMatcher... typeMatchers)
protected java.util.Set<com.structurizr.model.Component> doFindComponents()
AbstractComponentFinderStrategydoFindComponents in class AbstractComponentFinderStrategy