getIfNotExcluded() — spring-boot Function Reference
Architecture documentation for the getIfNotExcluded() function in BuildInfoProperties.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD bcb833b0_2efd_5cb3_1944_3f027c02ac3c["getIfNotExcluded()"] 9263294c_04bd_5fe3_e778_2833e5ee7d17["getArtifactIfNotExcluded()"] 9263294c_04bd_5fe3_e778_2833e5ee7d17 -->|calls| bcb833b0_2efd_5cb3_1944_3f027c02ac3c 747e6a91_754b_6797_45e9_946c456e0012["getGroupIfNotExcluded()"] 747e6a91_754b_6797_45e9_946c456e0012 -->|calls| bcb833b0_2efd_5cb3_1944_3f027c02ac3c 0f50da3f_fa0c_0e84_7a2e_0a69524cd288["getNameIfNotExcluded()"] 0f50da3f_fa0c_0e84_7a2e_0a69524cd288 -->|calls| bcb833b0_2efd_5cb3_1944_3f027c02ac3c beb26ab7_fc07_c46b_da06_ae0cceedc7e5["getTimeIfNotExcluded()"] beb26ab7_fc07_c46b_da06_ae0cceedc7e5 -->|calls| bcb833b0_2efd_5cb3_1944_3f027c02ac3c b3c5f21d_e806_2c48_fd74_214410c990f9["getVersionIfNotExcluded()"] b3c5f21d_e806_2c48_fd74_214410c990f9 -->|calls| bcb833b0_2efd_5cb3_1944_3f027c02ac3c style bcb833b0_2efd_5cb3_1944_3f027c02ac3c 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 145–148
private <T> @Nullable T getIfNotExcluded(Property<T> property, String name) {
Supplier<@Nullable T> supplier = () -> null;
return getIfNotExcluded(property, name, supplier);
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does getIfNotExcluded() do?
getIfNotExcluded() is a function in the spring-boot codebase.
What calls getIfNotExcluded()?
getIfNotExcluded() is called by 5 function(s): getArtifactIfNotExcluded, getGroupIfNotExcluded, getNameIfNotExcluded, getTimeIfNotExcluded, getVersionIfNotExcluded.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free