registerHints() — spring-boot Function Reference
Architecture documentation for the registerHints() function in LogbackRuntimeHintsTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 3a9d9c8c_74da_15e1_6540_273fb79fc792["registerHints()"] e7ead70a_e1e8_d4ec_f19d_b60db02d55bf["registersHintsForTypesCheckedByLogbackLoggingSystem()"] e7ead70a_e1e8_d4ec_f19d_b60db02d55bf -->|calls| 3a9d9c8c_74da_15e1_6540_273fb79fc792 3684fdc5_a7b3_bcbc_5927_a1c13b69ee4b["registersHintsForBuiltInLogbackConverters()"] 3684fdc5_a7b3_bcbc_5927_a1c13b69ee4b -->|calls| 3a9d9c8c_74da_15e1_6540_273fb79fc792 9764a0f5_8c3a_cf48_5281_48018370f989["registersHintsForSpringBootConverters()"] 9764a0f5_8c3a_cf48_5281_48018370f989 -->|calls| 3a9d9c8c_74da_15e1_6540_273fb79fc792 c2e8000f_87f3_82ce_f9af_535807d46419["doesNotRegisterHintsWhenLoggerContextIsNotAvailable()"] c2e8000f_87f3_82ce_f9af_535807d46419 -->|calls| 3a9d9c8c_74da_15e1_6540_273fb79fc792 style 3a9d9c8c_74da_15e1_6540_273fb79fc792 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/logging/logback/LogbackRuntimeHintsTests.java lines 96–100
private ReflectionHints registerHints() {
RuntimeHints hints = new RuntimeHints();
new LogbackRuntimeHints().registerHints(hints, getClass().getClassLoader());
return hints.reflection();
}
Domain
Subdomains
Called By
- doesNotRegisterHintsWhenLoggerContextIsNotAvailable()
- registersHintsForBuiltInLogbackConverters()
- registersHintsForSpringBootConverters()
- registersHintsForTypesCheckedByLogbackLoggingSystem()
Source
Frequently Asked Questions
What does registerHints() do?
registerHints() is a function in the spring-boot codebase.
What calls registerHints()?
registerHints() is called by 4 function(s): doesNotRegisterHintsWhenLoggerContextIsNotAvailable, registersHintsForBuiltInLogbackConverters, registersHintsForSpringBootConverters, registersHintsForTypesCheckedByLogbackLoggingSystem.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free