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

withJsonResource() — spring-boot Function Reference

Architecture documentation for the withJsonResource() function in ConfigurationMetadataRepositoryJsonBuilder.java from the spring-boot codebase.

Function java GradlePlugin RunTasks calls 1 called by 2

Entity Profile

Dependency Diagram

graph TD
  d8241149_1bf3_ad4e_0b4d_6cb07e5b6189["withJsonResource()"]
  b26f93b5_53e1_8e1d_36ee_ab36f6f33ea3["create()"]
  b26f93b5_53e1_8e1d_36ee_ab36f6f33ea3 -->|calls| d8241149_1bf3_ad4e_0b4d_6cb07e5b6189
  9a8b3b8d_de9c_3d38_fd3a_d69a26a5b2d9["buildRepository()"]
  9a8b3b8d_de9c_3d38_fd3a_d69a26a5b2d9 -->|calls| d8241149_1bf3_ad4e_0b4d_6cb07e5b6189
  a9719ebb_d5e1_7e1b_1af1_9531ff6ad0a7["add()"]
  d8241149_1bf3_ad4e_0b4d_6cb07e5b6189 -->|calls| a9719ebb_d5e1_7e1b_1af1_9531ff6ad0a7
  style d8241149_1bf3_ad4e_0b4d_6cb07e5b6189 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

configuration-metadata/spring-boot-configuration-metadata/src/main/java/org/springframework/boot/configurationmetadata/ConfigurationMetadataRepositoryJsonBuilder.java lines 56–58

	public ConfigurationMetadataRepositoryJsonBuilder withJsonResource(InputStream inputStream) throws IOException {
		return withJsonResource(inputStream, this.defaultCharset);
	}

Domain

Subdomains

Calls

Frequently Asked Questions

What does withJsonResource() do?
withJsonResource() is a function in the spring-boot codebase.
What does withJsonResource() call?
withJsonResource() calls 1 function(s): add.
What calls withJsonResource()?
withJsonResource() is called by 2 function(s): buildRepository, create.

Analyze Your Own Codebase

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

Try Supermodel Free