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

read() — spring-boot Function Reference

Architecture documentation for the read() function in JsonMarshallerTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  1e590da8_ac81_1900_b551_7a13a533fb65["read()"]
  df87bb72_adb8_56e3_1a53_1ec9db1ed7dd["marshallAndUnmarshal()"]
  df87bb72_adb8_56e3_1a53_1ec9db1ed7dd -->|calls| 1e590da8_ac81_1900_b551_7a13a533fb65
  8f0f9d62_c120_1c54_cefb_35d284534973["shouldReadIgnoredProperties()"]
  8f0f9d62_c120_1c54_cefb_35d284534973 -->|calls| 1e590da8_ac81_1900_b551_7a13a533fb65
  990d2370_bc04_5152_6fea_4249667a629b["shouldCheckRootFields()"]
  990d2370_bc04_5152_6fea_4249667a629b -->|calls| 1e590da8_ac81_1900_b551_7a13a533fb65
  bd635768_ab76_0d84_653b_3adc9cd765b1["shouldCheckGroupFields()"]
  bd635768_ab76_0d84_653b_3adc9cd765b1 -->|calls| 1e590da8_ac81_1900_b551_7a13a533fb65
  ce5d49d4_59c9_c5f8_520f_2cf26c39a015["shouldCheckPropertyFields()"]
  ce5d49d4_59c9_c5f8_520f_2cf26c39a015 -->|calls| 1e590da8_ac81_1900_b551_7a13a533fb65
  177cca37_6ec0_130f_fbb5_9532cf8c653e["shouldCheckPropertyDeprecationFields()"]
  177cca37_6ec0_130f_fbb5_9532cf8c653e -->|calls| 1e590da8_ac81_1900_b551_7a13a533fb65
  5e22f238_04c6_9e42_1611_b888022329d0["shouldCheckHintFields()"]
  5e22f238_04c6_9e42_1611_b888022329d0 -->|calls| 1e590da8_ac81_1900_b551_7a13a533fb65
  51491069_1329_1474_d8e6_0f6e77ad75fc["shouldCheckHintValueFields()"]
  51491069_1329_1474_d8e6_0f6e77ad75fc -->|calls| 1e590da8_ac81_1900_b551_7a13a533fb65
  6c820376_b029_8bcc_b7d4_ddad7ba2089e["shouldCheckHintProviderFields()"]
  6c820376_b029_8bcc_b7d4_ddad7ba2089e -->|calls| 1e590da8_ac81_1900_b551_7a13a533fb65
  c7daf855_a03f_a808_30e8_e85fbe347244["shouldCheckIgnoredFields()"]
  c7daf855_a03f_a808_30e8_e85fbe347244 -->|calls| 1e590da8_ac81_1900_b551_7a13a533fb65
  b9f23467_864d_2ff4_6c3d_6501108badfc["shouldCheckIgnoredPropertiesFields()"]
  b9f23467_864d_2ff4_6c3d_6501108badfc -->|calls| 1e590da8_ac81_1900_b551_7a13a533fb65
  style 1e590da8_ac81_1900_b551_7a13a533fb65 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

configuration-metadata/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationprocessor/metadata/JsonMarshallerTests.java lines 382–385

	private ConfigurationMetadata read(String json) throws Exception {
		JsonMarshaller marshaller = new JsonMarshaller();
		return marshaller.read(new ByteArrayInputStream(json.getBytes(StandardCharsets.UTF_8)));
	}

Domain

Subdomains

Called By

  • marshallAndUnmarshal()
  • shouldCheckGroupFields()
  • shouldCheckHintFields()
  • shouldCheckHintProviderFields()
  • shouldCheckHintValueFields()
  • shouldCheckIgnoredFields()
  • shouldCheckIgnoredPropertiesFields()
  • shouldCheckPropertyDeprecationFields()
  • shouldCheckPropertyFields()
  • shouldCheckRootFields()
  • shouldReadIgnoredProperties()

Frequently Asked Questions

What does read() do?
read() is a function in the spring-boot codebase.
What calls read()?
read() is called by 11 function(s): marshallAndUnmarshal, shouldCheckGroupFields, shouldCheckHintFields, shouldCheckHintProviderFields, shouldCheckHintValueFields, shouldCheckIgnoredFields, shouldCheckIgnoredPropertiesFields, shouldCheckPropertyDeprecationFields, and 3 more.

Analyze Your Own Codebase

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

Try Supermodel Free