SampleTypeExcludeFilter Class — spring-boot Architecture
Architecture documentation for the SampleTypeExcludeFilter class in SampleTypeExcludeFilter.java from the spring-boot codebase.
Entity Profile
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/context/filtersample/SampleTypeExcludeFilter.java lines 25–33
public class SampleTypeExcludeFilter extends TypeExcludeFilter {
@Override
public boolean match(MetadataReader metadataReader, MetadataReaderFactory metadataReaderFactory)
throws IOException {
return metadataReader.getClassMetadata().getClassName().equals(ExampleFilteredComponent.class.getName());
}
}
Domain
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free