isLayeredDisabled() — spring-boot Function Reference
Architecture documentation for the isLayeredDisabled() function in BootJar.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD cd96afed_0b34_4c0d_5667_c8483c1e4537["isLayeredDisabled()"] 5e7eb653_b4b4_6e3d_978b_c204da13755c["copy()"] 5e7eb653_b4b4_6e3d_978b_c204da13755c -->|calls| cd96afed_0b34_4c0d_5667_c8483c1e4537 a67e2020_fbd6_8498_626e_310d3df21573["createCopyAction()"] a67e2020_fbd6_8498_626e_310d3df21573 -->|calls| cd96afed_0b34_4c0d_5667_c8483c1e4537 ed91ab12_a60f_d250_45cc_1ed6d3174738["getLayered()"] cd96afed_0b34_4c0d_5667_c8483c1e4537 -->|calls| ed91ab12_a60f_d250_45cc_1ed6d3174738 style cd96afed_0b34_4c0d_5667_c8483c1e4537 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
build-plugin/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/tasks/bundling/BootJar.java lines 140–142
private boolean isLayeredDisabled() {
return !getLayered().getEnabled().get();
}
Domain
Subdomains
Calls
- getLayered()
Called By
- copy()
- createCopyAction()
Source
Frequently Asked Questions
What does isLayeredDisabled() do?
isLayeredDisabled() is a function in the spring-boot codebase.
What does isLayeredDisabled() call?
isLayeredDisabled() calls 1 function(s): getLayered.
What calls isLayeredDisabled()?
isLayeredDisabled() is called by 2 function(s): copy, createCopyAction.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free