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

optDouble() — spring-boot Function Reference

Architecture documentation for the optDouble() function in JSONObject.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  952d0487_0849_ec2c_7d51_f8e41bc2d7a8["optDouble()"]
  95f4b38d_c00e_563b_67a0_1ac9214df77c["opt()"]
  952d0487_0849_ec2c_7d51_f8e41bc2d7a8 -->|calls| 95f4b38d_c00e_563b_67a0_1ac9214df77c
  style 952d0487_0849_ec2c_7d51_f8e41bc2d7a8 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

configuration-metadata/spring-boot-configuration-processor/src/json-shade/java/org/springframework/boot/configurationprocessor/json/JSONObject.java lines 450–452

	public double optDouble(String name) {
		return optDouble(name, Double.NaN);
	}

Domain

Subdomains

Calls

Frequently Asked Questions

What does optDouble() do?
optDouble() is a function in the spring-boot codebase.
What does optDouble() call?
optDouble() calls 1 function(s): opt.

Analyze Your Own Codebase

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

Try Supermodel Free