nested() — spring-boot Function Reference
Architecture documentation for the nested() function in ContextPairs.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD deb140ea_5f8f_4b97_e681_0ecb26122f6b["nested()"] 36e2d633_5a78_f372_fdb1_fe36c2864aa0["nested()"] 36e2d633_5a78_f372_fdb1_fe36c2864aa0 -->|calls| deb140ea_5f8f_4b97_e681_0ecb26122f6b 9e3bdc8d_6686_373b_25b3_52fb44622b2c["ElasticCommonSchemaStructuredLogFormatter()"] 9e3bdc8d_6686_373b_25b3_52fb44622b2c -->|calls| deb140ea_5f8f_4b97_e681_0ecb26122f6b 35eb7ecf_9392_fb71_cf15_2f2d3e61ddac["jsonMembers()"] 35eb7ecf_9392_fb71_cf15_2f2d3e61ddac -->|calls| deb140ea_5f8f_4b97_e681_0ecb26122f6b c4f8092e_2011_abd3_66ae_5e75dfc0a34c["ElasticCommonSchemaStructuredLogFormatter()"] c4f8092e_2011_abd3_66ae_5e75dfc0a34c -->|calls| deb140ea_5f8f_4b97_e681_0ecb26122f6b 8746d624_5b44_ba47_84d3_75bf3d589a2d["jsonMembers()"] 8746d624_5b44_ba47_84d3_75bf3d589a2d -->|calls| deb140ea_5f8f_4b97_e681_0ecb26122f6b 36e2d633_5a78_f372_fdb1_fe36c2864aa0["nested()"] deb140ea_5f8f_4b97_e681_0ecb26122f6b -->|calls| 36e2d633_5a78_f372_fdb1_fe36c2864aa0 e4d719d7_8edc_3e51_d7c6_e7ea97397fcb["none()"] deb140ea_5f8f_4b97_e681_0ecb26122f6b -->|calls| e4d719d7_8edc_3e51_d7c6_e7ea97397fcb c3f8f9ff_4343_97aa_8041_e0a8e359a39b["joinWith()"] deb140ea_5f8f_4b97_e681_0ecb26122f6b -->|calls| c3f8f9ff_4343_97aa_8041_e0a8e359a39b style deb140ea_5f8f_4b97_e681_0ecb26122f6b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/logging/structured/ContextPairs.java lines 80–82
public <T> BiConsumer<T, BiConsumer<String, Object>> nested(Consumer<Pairs<T>> pairs) {
return (!this.include) ? none() : new Pairs<>(joinWith("."), pairs)::nested;
}
Domain
Subdomains
Calls
- joinWith()
- nested()
- none()
Called By
- ElasticCommonSchemaStructuredLogFormatter()
- ElasticCommonSchemaStructuredLogFormatter()
- jsonMembers()
- jsonMembers()
- nested()
Source
Frequently Asked Questions
What does nested() do?
nested() is a function in the spring-boot codebase.
What does nested() call?
nested() calls 3 function(s): joinWith, nested, none.
What calls nested()?
nested() is called by 5 function(s): ElasticCommonSchemaStructuredLogFormatter, ElasticCommonSchemaStructuredLogFormatter, jsonMembers, jsonMembers, nested.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free