excludeClassifier() — spring-boot Function Reference
Architecture documentation for the excludeClassifier() function in ExcludeFilterTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD f2579e1b_11ee_0288_fec2_4338a8a4125b["excludeClassifier()"] 256a2b93_8ab2_0a7a_1f05_de8600c14656["createExclude()"] f2579e1b_11ee_0288_fec2_4338a8a4125b -->|calls| 256a2b93_8ab2_0a7a_1f05_de8600c14656 1091ed89_8586_c2fa_3bac_aadb7151adea["createArtifact()"] f2579e1b_11ee_0288_fec2_4338a8a4125b -->|calls| 1091ed89_8586_c2fa_3bac_aadb7151adea style f2579e1b_11ee_0288_fec2_4338a8a4125b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
build-plugin/spring-boot-maven-plugin/src/test/java/org/springframework/boot/maven/ExcludeFilterTests.java lines 67–72
@Test
void excludeClassifier() throws ArtifactFilterException {
ExcludeFilter filter = new ExcludeFilter(Arrays.asList(createExclude("com.foo", "bar", "jdk5")));
Set result = filter.filter(Collections.singleton(createArtifact("com.foo", "bar", "jdk5")));
assertThat(result).isEmpty();
}
Domain
Subdomains
Source
Frequently Asked Questions
What does excludeClassifier() do?
excludeClassifier() is a function in the spring-boot codebase.
What does excludeClassifier() call?
excludeClassifier() calls 2 function(s): createArtifact, createExclude.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free