createLookup() — spring-boot Function Reference
Architecture documentation for the createLookup() function in SpringEnvironmentLookupTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 7fd72398_17a5_73d4_9586_73de2d921e12["createLookup()"] c4447916_b530_0284_f490_261c27011cc3["lookupWhenFoundInEnvironmentReturnsValue()"] c4447916_b530_0284_f490_261c27011cc3 -->|calls| 7fd72398_17a5_73d4_9586_73de2d921e12 1e067214_02f2_dd45_a2e3_fcfe905340ed["lookupWhenNotFoundInEnvironmentReturnsNull()"] 1e067214_02f2_dd45_a2e3_fcfe905340ed -->|calls| 7fd72398_17a5_73d4_9586_73de2d921e12 73574359_e014_4f3a_2171_e8e210e7490a["lookupWhenNoSpringEnvironmentThrowsException()"] 73574359_e014_4f3a_2171_e8e210e7490a -->|calls| 7fd72398_17a5_73d4_9586_73de2d921e12 style 7fd72398_17a5_73d4_9586_73de2d921e12 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/logging/log4j2/SpringEnvironmentLookupTests.java lines 77–82
private Interpolator createLookup(LoggerContext context) {
Interpolator lookup = new Interpolator();
lookup.setConfiguration(context.getConfiguration());
lookup.setLoggerContext(context);
return lookup;
}
Domain
Subdomains
Called By
- lookupWhenFoundInEnvironmentReturnsValue()
- lookupWhenNoSpringEnvironmentThrowsException()
- lookupWhenNotFoundInEnvironmentReturnsNull()
Source
Frequently Asked Questions
What does createLookup() do?
createLookup() is a function in the spring-boot codebase.
What calls createLookup()?
createLookup() is called by 3 function(s): lookupWhenFoundInEnvironmentReturnsValue, lookupWhenNoSpringEnvironmentThrowsException, lookupWhenNotFoundInEnvironmentReturnsNull.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free