customizeWith() — spring-boot Function Reference
Architecture documentation for the customizeWith() function in JsonWriterStructuredLogFormatter.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 998a8635_3d5e_a8f7_7e99_2d49b3508af4["customizeWith()"] fd89a87e_89e6_4e87_725c_26c8f1cfe401["customized()"] fd89a87e_89e6_4e87_725c_26c8f1cfe401 -->|calls| 998a8635_3d5e_a8f7_7e99_2d49b3508af4 d23847c1_6ca2_49f5_4d49_8cd995415c66["callback()"] 998a8635_3d5e_a8f7_7e99_2d49b3508af4 -->|calls| d23847c1_6ca2_49f5_4d49_8cd995415c66 6b1fbf73_794e_e397_2acb_d68589fb2738["invoke()"] 998a8635_3d5e_a8f7_7e99_2d49b3508af4 -->|calls| 6b1fbf73_794e_e397_2acb_d68589fb2738 style 998a8635_3d5e_a8f7_7e99_2d49b3508af4 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/logging/structured/JsonWriterStructuredLogFormatter.java lines 56–60
@SuppressWarnings("unchecked")
private static <E> Consumer<Members<E>> customizeWith(StructuredLoggingJsonMembersCustomizer<?> customizer) {
return (members) -> LambdaSafe.callback(StructuredLoggingJsonMembersCustomizer.class, customizer, members)
.invoke((instance) -> instance.customize(members));
}
Domain
Subdomains
Calls
- callback()
- invoke()
Called By
- customized()
Source
Frequently Asked Questions
What does customizeWith() do?
customizeWith() is a function in the spring-boot codebase.
What does customizeWith() call?
customizeWith() calls 2 function(s): callback, invoke.
What calls customizeWith()?
customizeWith() is called by 1 function(s): customized.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free