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

visitPrimitiveAsFloat() — spring-boot Function Reference

Architecture documentation for the visitPrimitiveAsFloat() function in ParameterPropertyDescriptor.java from the spring-boot codebase.

Function java GradlePlugin RunTasks calls 2 called by 1

Entity Profile

Dependency Diagram

graph TD
  0ff12cbe_7828_9b8f_6882_d98ebb952612["visitPrimitiveAsFloat()"]
  01533548_055d_0608_f0de_8ecf899e6852["visitPrimitiveAsFloat()"]
  01533548_055d_0608_f0de_8ecf899e6852 -->|calls| 0ff12cbe_7828_9b8f_6882_d98ebb952612
  01533548_055d_0608_f0de_8ecf899e6852["visitPrimitiveAsFloat()"]
  0ff12cbe_7828_9b8f_6882_d98ebb952612 -->|calls| 01533548_055d_0608_f0de_8ecf899e6852
  4315e08b_f0d0_bcea_78b9_e649a93a3150["parseNumber()"]
  0ff12cbe_7828_9b8f_6882_d98ebb952612 -->|calls| 4315e08b_f0d0_bcea_78b9_e649a93a3150
  style 0ff12cbe_7828_9b8f_6882_d98ebb952612 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

configuration-metadata/spring-boot-configuration-processor/src/main/java/org/springframework/boot/configurationprocessor/ParameterPropertyDescriptor.java lines 204–207

		@Override
		public Object visitPrimitiveAsFloat(PrimitiveType type, String value) {
			return parseNumber(value, Float::parseFloat, type);
		}

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free