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

readFor() — spring-boot Function Reference

Architecture documentation for the readFor() function in JsonReaderTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  a10ef169_8706_0a93_ddfc_382c17bbaed7["readFor()"]
  25a74f2d_ca3e_d0b5_c420_7d65255e901d["emptyMetadata()"]
  25a74f2d_ca3e_d0b5_c420_7d65255e901d -->|calls| a10ef169_8706_0a93_ddfc_382c17bbaed7
  bafe161a_a4fb_16ac_c0ed_135c5d90c1bb["invalidMetadata()"]
  bafe161a_a4fb_16ac_c0ed_135c5d90c1bb -->|calls| a10ef169_8706_0a93_ddfc_382c17bbaed7
  f47be17b_5ae0_1e89_4815_cbb299cab039["emptyGroupName()"]
  f47be17b_5ae0_1e89_4815_cbb299cab039 -->|calls| a10ef169_8706_0a93_ddfc_382c17bbaed7
  cc16c36e_41af_ca11_c966_765bd6b99331["simpleMetadata()"]
  cc16c36e_41af_ca11_c966_765bd6b99331 -->|calls| a10ef169_8706_0a93_ddfc_382c17bbaed7
  b4b6e5bf_59dc_9187_9fe9_c022fdcbecfb["metadataHints()"]
  b4b6e5bf_59dc_9187_9fe9_c022fdcbecfb -->|calls| a10ef169_8706_0a93_ddfc_382c17bbaed7
  f3cd619b_d206_dbd0_0838_ea0898d170c8["rootMetadata()"]
  f3cd619b_d206_dbd0_0838_ea0898d170c8 -->|calls| a10ef169_8706_0a93_ddfc_382c17bbaed7
  422f4062_73c8_9efa_60a5_6eabf6fe22fe["deprecatedMetadata()"]
  422f4062_73c8_9efa_60a5_6eabf6fe22fe -->|calls| a10ef169_8706_0a93_ddfc_382c17bbaed7
  68477456_7210_2e8e_1fcc_3fe4e7d8cb53["multiGroupsMetadata()"]
  68477456_7210_2e8e_1fcc_3fe4e7d8cb53 -->|calls| a10ef169_8706_0a93_ddfc_382c17bbaed7
  style a10ef169_8706_0a93_ddfc_382c17bbaed7 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

configuration-metadata/spring-boot-configuration-metadata/src/test/java/org/springframework/boot/configurationmetadata/JsonReaderTests.java lines 207–209

	RawConfigurationMetadata readFor(String path) throws IOException {
		return this.reader.read(getInputStreamFor(path), DEFAULT_CHARSET);
	}

Domain

Subdomains

Called By

  • deprecatedMetadata()
  • emptyGroupName()
  • emptyMetadata()
  • invalidMetadata()
  • metadataHints()
  • multiGroupsMetadata()
  • rootMetadata()
  • simpleMetadata()

Frequently Asked Questions

What does readFor() do?
readFor() is a function in the spring-boot codebase.
What calls readFor()?
readFor() is called by 8 function(s): deprecatedMetadata, emptyGroupName, emptyMetadata, invalidMetadata, metadataHints, multiGroupsMetadata, rootMetadata, simpleMetadata.

Analyze Your Own Codebase

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

Try Supermodel Free