valueAt() — spring-boot Function Reference
Architecture documentation for the valueAt() function in MappedObject.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 76940359_add9_4519_6ff4_94f95a81453d["valueAt()"] 7a8dd137_5732_8dbd_70c8_d0e286696793["Credential()"] 7a8dd137_5732_8dbd_70c8_d0e286696793 -->|calls| 76940359_add9_4519_6ff4_94f95a81453d 92617a56_9b47_c9ea_6ff9_20864721e3ca["extractSecret()"] 92617a56_9b47_c9ea_6ff9_20864721e3ca -->|calls| 76940359_add9_4519_6ff4_94f95a81453d 848cdf45_0956_b6b8_5698_51ccec751e05["extractUsername()"] 848cdf45_0956_b6b8_5698_51ccec751e05 -->|calls| 76940359_add9_4519_6ff4_94f95a81453d 7e5fa624_9e66_50e3_d05d_c5231bbd0bad["DockerConfig()"] 7e5fa624_9e66_50e3_d05d_c5231bbd0bad -->|calls| 76940359_add9_4519_6ff4_94f95a81453d 1678c64f_806a_a97e_51b6_da16f590aee5["Auth()"] 1678c64f_806a_a97e_51b6_da16f590aee5 -->|calls| 76940359_add9_4519_6ff4_94f95a81453d 7e83b596_3b8c_d206_adf6_3f444ca0074e["DockerContext()"] 7e83b596_3b8c_d206_adf6_3f444ca0074e -->|calls| 76940359_add9_4519_6ff4_94f95a81453d acd4fca1_d70f_a180_5dd8_5c3bd59e029f["extractMediaType()"] acd4fca1_d70f_a180_5dd8_5c3bd59e029f -->|calls| 76940359_add9_4519_6ff4_94f95a81453d 6460fec3_0f76_7442_4151_478d214fa429["extractDigest()"] 6460fec3_0f76_7442_4151_478d214fa429 -->|calls| 76940359_add9_4519_6ff4_94f95a81453d a898a545_a559_1344_769c_b8a067386a45["ContainerStatus()"] a898a545_a559_1344_769c_b8a067386a45 -->|calls| 76940359_add9_4519_6ff4_94f95a81453d e489f52e_842a_cc79_84e4_bf2ee870697c["extractStatusCode()"] e489f52e_842a_cc79_84e4_bf2ee870697c -->|calls| 76940359_add9_4519_6ff4_94f95a81453d 5ff96cf4_0cd5_b393_bd8e_cee37b14ec20["Image()"] 5ff96cf4_0cd5_b393_bd8e_cee37b14ec20 -->|calls| 76940359_add9_4519_6ff4_94f95a81453d 983eacdc_4191_d98a_9334_47bd762fc267["Descriptor()"] 983eacdc_4191_d98a_9334_47bd762fc267 -->|calls| 76940359_add9_4519_6ff4_94f95a81453d 198b6d92_3fd3_2135_33a0_66c0ba504445["extractSchemaVersion()"] 198b6d92_3fd3_2135_33a0_66c0ba504445 -->|calls| 76940359_add9_4519_6ff4_94f95a81453d 71c7446c_9482_09af_42f0_4f51d2221bf2["extractLayers()"] 71c7446c_9482_09af_42f0_4f51d2221bf2 -->|calls| 76940359_add9_4519_6ff4_94f95a81453d style 76940359_add9_4519_6ff4_94f95a81453d fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
buildpack/spring-boot-buildpack-platform/src/main/java/org/springframework/boot/buildpack/platform/json/MappedObject.java lines 79–81
protected <T> @Nullable T valueAt(String expression, Class<T> type) {
return valueAt(this, this.node, this.lookup, expression, type);
}
Domain
Subdomains
Calls
- MappedInvocationHandler()
- getName()
Called By
- Auth()
- ContainerStatus()
- Credential()
- Descriptor()
- DockerConfig()
- DockerContext()
- Image()
- Manifest()
- ManifestList()
- extractDigest()
- extractLabels()
- extractLayers()
- extractMediaType()
- extractSchemaVersion()
- extractSchemaVersion()
- extractSchemaVersion()
- extractSecret()
- extractStatusCode()
- extractUsername()
- parseConfigEnv()
- valueForProperty()
Source
Frequently Asked Questions
What does valueAt() do?
valueAt() is a function in the spring-boot codebase.
What does valueAt() call?
valueAt() calls 2 function(s): MappedInvocationHandler, getName.
What calls valueAt()?
valueAt() is called by 21 function(s): Auth, ContainerStatus, Credential, Descriptor, DockerConfig, DockerContext, Image, Manifest, and 13 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free