getNameIfNotExcluded() — spring-boot Function Reference
Architecture documentation for the getNameIfNotExcluded() function in BuildInfoProperties.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 0f50da3f_fa0c_0e84_7a2e_0a69524cd288["getNameIfNotExcluded()"] bcb833b0_2efd_5cb3_1944_3f027c02ac3c["getIfNotExcluded()"] 0f50da3f_fa0c_0e84_7a2e_0a69524cd288 -->|calls| bcb833b0_2efd_5cb3_1944_3f027c02ac3c 6ebb1c3f_af96_6c9e_25a7_fdead0a5c48c["getName()"] 0f50da3f_fa0c_0e84_7a2e_0a69524cd288 -->|calls| 6ebb1c3f_af96_6c9e_25a7_fdead0a5c48c style 0f50da3f_fa0c_0e84_7a2e_0a69524cd288 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
build-plugin/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/tasks/buildinfo/BuildInfoProperties.java lines 121–125
@Input
@Optional
@Nullable String getNameIfNotExcluded() {
return getIfNotExcluded(getName(), "name");
}
Domain
Subdomains
Source
Frequently Asked Questions
What does getNameIfNotExcluded() do?
getNameIfNotExcluded() is a function in the spring-boot codebase.
What does getNameIfNotExcluded() call?
getNameIfNotExcluded() calls 2 function(s): getIfNotExcluded, getName.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free