putDefaultValue() — spring-boot Function Reference
Architecture documentation for the putDefaultValue() function in JsonConverter.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 0d342770_7beb_0451_b46c_0da8969bdf0a["putDefaultValue()"] d8746053_75bd_ced7_f66d_addc34fad441["toJsonObject()"] d8746053_75bd_ced7_f66d_addc34fad441 -->|calls| 0d342770_7beb_0451_b46c_0da8969bdf0a 3b7d3a2a_6256_6d7b_8c1a_41f80f9b12aa["extractItemValue()"] 0d342770_7beb_0451_b46c_0da8969bdf0a -->|calls| 3b7d3a2a_6256_6d7b_8c1a_41f80f9b12aa 88f77b45_9cfd_0b63_e1e8_87a3b0e37a4a["put()"] 0d342770_7beb_0451_b46c_0da8969bdf0a -->|calls| 88f77b45_9cfd_0b63_e1e8_87a3b0e37a4a style 0d342770_7beb_0451_b46c_0da8969bdf0a fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
configuration-metadata/spring-boot-configuration-processor/src/main/java/org/springframework/boot/configurationprocessor/metadata/JsonConverter.java lines 169–172
private void putDefaultValue(JSONObject jsonObject, Object value) throws Exception {
Object defaultValue = extractItemValue(value);
jsonObject.put("defaultValue", defaultValue);
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does putDefaultValue() do?
putDefaultValue() is a function in the spring-boot codebase.
What does putDefaultValue() call?
putDefaultValue() calls 2 function(s): extractItemValue, put.
What calls putDefaultValue()?
putDefaultValue() is called by 1 function(s): toJsonObject.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free