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