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

getAge() — spring-boot Function Reference

Architecture documentation for the getAge() function in ConfigurationPropertiesTests.java from the spring-boot codebase.

Function java GradlePlugin AotProcessing calls 1 called by 9

Entity Profile

Dependency Diagram

graph TD
  7703149d_6d66_defe_a632_8fcaad6dd92f["getAge()"]
  ec2a4382_423d_eada_59b2_91869f74adda["getAge()"]
  ec2a4382_423d_eada_59b2_91869f74adda -->|calls| 7703149d_6d66_defe_a632_8fcaad6dd92f
  44fe6561_948f_0d82_46a5_05738fdb2a1b["loadWhenBindingToNestedConstructorPropertiesShouldBind()"]
  44fe6561_948f_0d82_46a5_05738fdb2a1b -->|calls| 7703149d_6d66_defe_a632_8fcaad6dd92f
  4fd05bb4_be03_17b5_3eb2_e0870e5b2dbc["loadWhenBindingToMultiConstructorConfigurationProperties()"]
  4fd05bb4_be03_17b5_3eb2_e0870e5b2dbc -->|calls| 7703149d_6d66_defe_a632_8fcaad6dd92f
  76017883_d39d_be9f_1d22_51e965f491c5["loadWhenBindingToMultiConstructorConfigurationPropertiesUsingShortcutSyntax()"]
  76017883_d39d_be9f_1d22_51e965f491c5 -->|calls| 7703149d_6d66_defe_a632_8fcaad6dd92f
  b7db68fd_54d4_b15f_dc8a_876ceacee9bd["loadWhenBindingToNestedConstructorPropertiesWithDeducedNestedShouldBind()"]
  b7db68fd_54d4_b15f_dc8a_876ceacee9bd -->|calls| 7703149d_6d66_defe_a632_8fcaad6dd92f
  467fc4dd_4757_eed0_a157_7334ee696561["loadWhenBindingToNestedPropertiesWithSyntheticConstructorShouldBind()"]
  467fc4dd_4757_eed0_a157_7334ee696561 -->|calls| 7703149d_6d66_defe_a632_8fcaad6dd92f
  66b8f0f9_8b84_c1a4_a8ca_3b4dce4b317a["loadWhenBindingToJavaBeanWithNestedConstructorBindingShouldBind()"]
  66b8f0f9_8b84_c1a4_a8ca_3b4dce4b317a -->|calls| 7703149d_6d66_defe_a632_8fcaad6dd92f
  b752fdc6_93ec_04ff_7533_745d5d5da9bc["loadWhenBindingToNestedWithMultipleConstructorsShouldBind()"]
  b752fdc6_93ec_04ff_7533_745d5d5da9bc -->|calls| 7703149d_6d66_defe_a632_8fcaad6dd92f
  f18b013e_157b_02a9_2812_dff5f722fa09["loadWhenBindingToJavaBeanWithoutExplicitConstructorBindingOnNestedShouldUseSetterBasedBinding()"]
  f18b013e_157b_02a9_2812_dff5f722fa09 -->|calls| 7703149d_6d66_defe_a632_8fcaad6dd92f
  ec2a4382_423d_eada_59b2_91869f74adda["getAge()"]
  7703149d_6d66_defe_a632_8fcaad6dd92f -->|calls| ec2a4382_423d_eada_59b2_91869f74adda
  style 7703149d_6d66_defe_a632_8fcaad6dd92f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/context/properties/ConfigurationPropertiesTests.java lines 2775–2777

			int getAge() {
				return this.age;
			}

Domain

Subdomains

Calls

Called By

Frequently Asked Questions

What does getAge() do?
getAge() is a function in the spring-boot codebase.
What does getAge() call?
getAge() calls 1 function(s): getAge.
What calls getAge()?
getAge() is called by 9 function(s): getAge, loadWhenBindingToJavaBeanWithNestedConstructorBindingShouldBind, loadWhenBindingToJavaBeanWithoutExplicitConstructorBindingOnNestedShouldUseSetterBasedBinding, loadWhenBindingToMultiConstructorConfigurationProperties, loadWhenBindingToMultiConstructorConfigurationPropertiesUsingShortcutSyntax, loadWhenBindingToNestedConstructorPropertiesShouldBind, loadWhenBindingToNestedConstructorPropertiesWithDeducedNestedShouldBind, loadWhenBindingToNestedPropertiesWithSyntheticConstructorShouldBind, and 1 more.

Analyze Your Own Codebase

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

Try Supermodel Free