Home / Function/ loadMetadata() — spring-boot Function Reference

loadMetadata() — spring-boot Function Reference

Architecture documentation for the loadMetadata() function in InitializrService.java from the spring-boot codebase.

Function java GradlePlugin AotProcessing calls 3 called by 1

Entity Profile

Dependency Diagram

graph TD
  b9cdd2c5_3135_06f6_e3ba_18065f7583fb["loadMetadata()"]
  567f0e82_a439_c284_a2d2_9b42b552fdb8["generate()"]
  567f0e82_a439_c284_a2d2_9b42b552fdb8 -->|calls| b9cdd2c5_3135_06f6_e3ba_18065f7583fb
  843cb37f_0970_aa9a_772f_b57df6b0d3cd["executeInitializrMetadataRetrieval()"]
  b9cdd2c5_3135_06f6_e3ba_18065f7583fb -->|calls| 843cb37f_0970_aa9a_772f_b57df6b0d3cd
  2dca292a_e300_14f4_3a67_6e7bcf95bf27["validateResponse()"]
  b9cdd2c5_3135_06f6_e3ba_18065f7583fb -->|calls| 2dca292a_e300_14f4_3a67_6e7bcf95bf27
  108f36d9_1823_32ed_f1e2_edba5402f9e5["parseJsonMetadata()"]
  b9cdd2c5_3135_06f6_e3ba_18065f7583fb -->|calls| 108f36d9_1823_32ed_f1e2_edba5402f9e5
  style b9cdd2c5_3135_06f6_e3ba_18065f7583fb fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

cli/spring-boot-cli/src/main/java/org/springframework/boot/cli/command/init/InitializrService.java lines 106–110

	InitializrServiceMetadata loadMetadata(String serviceUrl) throws IOException {
		ClassicHttpResponse httpResponse = executeInitializrMetadataRetrieval(serviceUrl);
		validateResponse(httpResponse, serviceUrl);
		return parseJsonMetadata(httpResponse.getEntity());
	}

Domain

Subdomains

Called By

Frequently Asked Questions

What does loadMetadata() do?
loadMetadata() is a function in the spring-boot codebase.
What does loadMetadata() call?
loadMetadata() calls 3 function(s): executeInitializrMetadataRetrieval, parseJsonMetadata, validateResponse.
What calls loadMetadata()?
loadMetadata() is called by 1 function(s): generate.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free