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

get() — spring-boot Function Reference

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

Function java GradlePlugin AotProcessing calls 2 called by 1

Entity Profile

Dependency Diagram

graph TD
  1cb5222e_f37c_cdc7_72e6_e9ed88e56292["get()"]
  f63a9d31_04e0_165f_6d0a_457f92c83216["createStandardPrinter()"]
  f63a9d31_04e0_165f_6d0a_457f92c83216 -->|calls| 1cb5222e_f37c_cdc7_72e6_e9ed88e56292
  8297d150_846a_4cc4_47ca_e6d5a70497f3["bind()"]
  1cb5222e_f37c_cdc7_72e6_e9ed88e56292 -->|calls| 8297d150_846a_4cc4_47ca_e6d5a70497f3
  c90d60de_6e4d_b157_5121_acbc78d427f0["get()"]
  1cb5222e_f37c_cdc7_72e6_e9ed88e56292 -->|calls| c90d60de_6e4d_b157_5121_acbc78d427f0
  style 1cb5222e_f37c_cdc7_72e6_e9ed88e56292 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/logging/structured/StructuredLoggingJsonProperties.java lines 79–83

	static @Nullable StructuredLoggingJsonProperties get(Environment environment) {
		return Binder.get(environment)
			.bind("logging.structured.json", StructuredLoggingJsonProperties.class)
			.orElse(null);
	}

Domain

Subdomains

Calls

Frequently Asked Questions

What does get() do?
get() is a function in the spring-boot codebase.
What does get() call?
get() calls 2 function(s): bind, get.
What calls get()?
get() is called by 1 function(s): createStandardPrinter.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free