getActual() — spring-boot Function Reference
Architecture documentation for the getActual() function in ConnectionNamePredicate.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 379d5686_4b5e_c72c_3b9a_08a23839b898["getActual()"] 8b63ce80_f7f4_55e7_2a66_09a6f70cf90b["test()"] 8b63ce80_f7f4_55e7_2a66_09a6f70cf90b -->|calls| 379d5686_4b5e_c72c_3b9a_08a23839b898 7c692920_29c6_0bd6_3220_f1a0e1fc23c6["asCanonicalName()"] 379d5686_4b5e_c72c_3b9a_08a23839b898 -->|calls| 7c692920_29c6_0bd6_3220_f1a0e1fc23c6 1059c337_2c02_2c4c_e2a3_267eaf4114ae["getName()"] 379d5686_4b5e_c72c_3b9a_08a23839b898 -->|calls| 1059c337_2c02_2c4c_e2a3_267eaf4114ae style 379d5686_4b5e_c72c_3b9a_08a23839b898 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot-docker-compose/src/main/java/org/springframework/boot/docker/compose/service/connection/ConnectionNamePredicate.java lines 49–52
private String getActual(RunningService service) {
String label = service.labels().get("org.springframework.boot.service-connection");
return asCanonicalName((label != null) ? label : service.image().getName());
}
Domain
Subdomains
Calls
- asCanonicalName()
- getName()
Called By
- test()
Source
Frequently Asked Questions
What does getActual() do?
getActual() is a function in the spring-boot codebase.
What does getActual() call?
getActual() calls 2 function(s): asCanonicalName, getName.
What calls getActual()?
getActual() is called by 1 function(s): test.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free