Home / Function/ get() — spring-boot Function Reference

get() — spring-boot Function Reference

Architecture documentation for the get() function in GraylogExtendedLogFormatProperties.java from the spring-boot codebase.

Function java GradlePlugin AotProcessing calls 3 called by 2

Entity Profile

Dependency Diagram

graph TD
  809e647f_4c44_dfb2_3ea1_1e2df5e518f0["get()"]
  7fa92d99_0da1_5633_f56b_efa41f69ecd2["jsonMembers()"]
  7fa92d99_0da1_5633_f56b_efa41f69ecd2 -->|calls| 809e647f_4c44_dfb2_3ea1_1e2df5e518f0
  67ed7d7a_5484_7c52_e419_f0bc9ea9b07e["jsonMembers()"]
  67ed7d7a_5484_7c52_e419_f0bc9ea9b07e -->|calls| 809e647f_4c44_dfb2_3ea1_1e2df5e518f0
  c90d60de_6e4d_b157_5121_acbc78d427f0["get()"]
  809e647f_4c44_dfb2_3ea1_1e2df5e518f0 -->|calls| c90d60de_6e4d_b157_5121_acbc78d427f0
  8297d150_846a_4cc4_47ca_e6d5a70497f3["bind()"]
  809e647f_4c44_dfb2_3ea1_1e2df5e518f0 -->|calls| 8297d150_846a_4cc4_47ca_e6d5a70497f3
  b2e89ea4_75c3_0a79_d346_8b7563277187["withDefaults()"]
  809e647f_4c44_dfb2_3ea1_1e2df5e518f0 -->|calls| b2e89ea4_75c3_0a79_d346_8b7563277187
  style 809e647f_4c44_dfb2_3ea1_1e2df5e518f0 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/logging/structured/GraylogExtendedLogFormatProperties.java lines 73–78

	public static GraylogExtendedLogFormatProperties get(Environment environment) {
		return Binder.get(environment)
			.bind("logging.structured.gelf", GraylogExtendedLogFormatProperties.class)
			.orElse(NONE)
			.withDefaults(environment);
	}

Domain

Subdomains

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