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

customize() — spring-boot Function Reference

Architecture documentation for the customize() function in StructuredLoggingJsonPropertiesJsonMembersCustomizerTests.java from the spring-boot codebase.

Function java GradlePlugin AotProcessing calls 2 called by 1

Entity Profile

Dependency Diagram

graph TD
  296fdb25_ece2_a355_da31_107b2353bb75["customize()"]
  4c186192_cd14_cb84_e757_acad8e60752d["customize()"]
  4c186192_cd14_cb84_e757_acad8e60752d -->|calls| 296fdb25_ece2_a355_da31_107b2353bb75
  d0d59b0c_56d4_a304_dc9e_100c37a66c83["add()"]
  296fdb25_ece2_a355_da31_107b2353bb75 -->|calls| d0d59b0c_56d4_a304_dc9e_100c37a66c83
  4c186192_cd14_cb84_e757_acad8e60752d["customize()"]
  296fdb25_ece2_a355_da31_107b2353bb75 -->|calls| 4c186192_cd14_cb84_e757_acad8e60752d
  style 296fdb25_ece2_a355_da31_107b2353bb75 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/logging/structured/StructuredLoggingJsonPropertiesJsonMembersCustomizerTests.java lines 156–159

		@Override
		public void customize(Members<String> members) {
			members.add("foo", "foo");
		}

Domain

Subdomains

Called By

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free