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

getStringValue() — spring-boot Function Reference

Architecture documentation for the getStringValue() function in InitializrServiceMetadata.java from the spring-boot codebase.

Function java GradlePlugin AotProcessing calls 2 called by 2

Entity Profile

Dependency Diagram

graph TD
  aa32a554_24df_5ed3_d20a_2693c174f4c3["getStringValue()"]
  f9ed26cb_b451_64b5_c03c_fc2b22b974b6["parseDependency()"]
  f9ed26cb_b451_64b5_c03c_fc2b22b974b6 -->|calls| aa32a554_24df_5ed3_d20a_2693c174f4c3
  34a3cce4_cf3e_ddb5_4b68_b2f3a09e83d5["parseType()"]
  34a3cce4_cf3e_ddb5_4b68_b2f3a09e83d5 -->|calls| aa32a554_24df_5ed3_d20a_2693c174f4c3
  bce510cf_7d62_2e24_bead_369f8b5a84e7["has()"]
  aa32a554_24df_5ed3_d20a_2693c174f4c3 -->|calls| bce510cf_7d62_2e24_bead_369f8b5a84e7
  5f0b7260_2ffb_2128_1491_90aaaa4c2740["getString()"]
  aa32a554_24df_5ed3_d20a_2693c174f4c3 -->|calls| 5f0b7260_2ffb_2128_1491_90aaaa4c2740
  style aa32a554_24df_5ed3_d20a_2693c174f4c3 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

cli/spring-boot-cli/src/main/java/org/springframework/boot/cli/command/init/InitializrServiceMetadata.java lines 211–214

	private @Nullable String getStringValue(JSONObject object, String name, @Nullable String defaultValue)
			throws JSONException {
		return object.has(name) ? object.getString(name) : defaultValue;
	}

Domain

Subdomains

Frequently Asked Questions

What does getStringValue() do?
getStringValue() is a function in the spring-boot codebase.
What does getStringValue() call?
getStringValue() calls 2 function(s): getString, has.
What calls getStringValue()?
getStringValue() is called by 2 function(s): parseDependency, parseType.

Analyze Your Own Codebase

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

Try Supermodel Free