Immutable() — spring-boot Function Reference
Architecture documentation for the Immutable() function in PropertyMapperTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD bed3539b_01d4_9479_b162_e953e07b02d1["Immutable()"] 62d1ba61_a0ce_a4a8_ccde_171de8a53195["withAge()"] 62d1ba61_a0ce_a4a8_ccde_171de8a53195 -->|calls| bed3539b_01d4_9479_b162_e953e07b02d1 562bb733_3671_18f8_5fc1_69646a0d4bd0["of()"] 562bb733_3671_18f8_5fc1_69646a0d4bd0 -->|calls| bed3539b_01d4_9479_b162_e953e07b02d1 style bed3539b_01d4_9479_b162_e953e07b02d1 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/context/properties/PropertyMapperTests.java lines 373–375
Immutable(String name, @Nullable Integer age) {
this(name, age, false);
}
Domain
Subdomains
Called By
- of()
- withAge()
Source
Frequently Asked Questions
What does Immutable() do?
Immutable() is a function in the spring-boot codebase.
What calls Immutable()?
Immutable() is called by 2 function(s): of, withAge.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free