get() — spring-boot Function Reference
Architecture documentation for the get() function in ElasticCommonSchemaProperties.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 512d13be_5d91_6d1d_7c10_2d6ee4d7d74d["get()"] 35eb7ecf_9392_fb71_cf15_2f2d3e61ddac["jsonMembers()"] 35eb7ecf_9392_fb71_cf15_2f2d3e61ddac -->|calls| 512d13be_5d91_6d1d_7c10_2d6ee4d7d74d 8746d624_5b44_ba47_84d3_75bf3d589a2d["jsonMembers()"] 8746d624_5b44_ba47_84d3_75bf3d589a2d -->|calls| 512d13be_5d91_6d1d_7c10_2d6ee4d7d74d c90d60de_6e4d_b157_5121_acbc78d427f0["get()"] 512d13be_5d91_6d1d_7c10_2d6ee4d7d74d -->|calls| c90d60de_6e4d_b157_5121_acbc78d427f0 8297d150_846a_4cc4_47ca_e6d5a70497f3["bind()"] 512d13be_5d91_6d1d_7c10_2d6ee4d7d74d -->|calls| 8297d150_846a_4cc4_47ca_e6d5a70497f3 de1cb07a_3adb_144b_b31b_bed60a7f7a1d["withDefaults()"] 512d13be_5d91_6d1d_7c10_2d6ee4d7d74d -->|calls| de1cb07a_3adb_144b_b31b_bed60a7f7a1d style 512d13be_5d91_6d1d_7c10_2d6ee4d7d74d fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/logging/structured/ElasticCommonSchemaProperties.java lines 65–70
public static ElasticCommonSchemaProperties get(Environment environment) {
return Binder.get(environment)
.bind("logging.structured.ecs", ElasticCommonSchemaProperties.class)
.orElse(NONE)
.withDefaults(environment);
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does get() do?
get() is a function in the spring-boot codebase.
What does get() call?
get() calls 3 function(s): bind, get, withDefaults.
What calls get()?
get() is called by 2 function(s): jsonMembers, jsonMembers.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free