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

nestedClassMethod() — spring-boot Function Reference

Architecture documentation for the nestedClassMethod() function in ConfigurationMetadataAnnotationProcessorTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  8db34ab4_d15f_c9d7_eb08_686b43287242["nestedClassMethod()"]
  4e7738f0_ea94_abd8_5384_e7be1344cace["compile()"]
  8db34ab4_d15f_c9d7_eb08_686b43287242 -->|calls| 4e7738f0_ea94_abd8_5384_e7be1344cace
  83ee5c58_5d39_6a9f_3b4b_81ba336603a7["withGroup()"]
  8db34ab4_d15f_c9d7_eb08_686b43287242 -->|calls| 83ee5c58_5d39_6a9f_3b4b_81ba336603a7
  a4041ee3_920f_3ffa_6d69_6e3bcd2c6cdc["withProperty()"]
  8db34ab4_d15f_c9d7_eb08_686b43287242 -->|calls| a4041ee3_920f_3ffa_6d69_6e3bcd2c6cdc
  style 8db34ab4_d15f_c9d7_eb08_686b43287242 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

configuration-metadata/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationprocessor/ConfigurationMetadataAnnotationProcessorTests.java lines 423–430

	@Test
	void nestedClassMethod() {
		ConfigurationMetadata metadata = compile(NestedPropertiesMethod.class);
		assertThat(metadata).has(Metadata.withGroup("method-nested.nested"));
		assertThat(metadata).has(Metadata.withProperty("method-nested.nested.my-nested-property"));
		assertThat(metadata).has(Metadata.withGroup("method-nested.inner.nested"));
		assertThat(metadata).has(Metadata.withProperty("method-nested.inner.nested.my-nested-property"));
	}

Domain

Subdomains

Frequently Asked Questions

What does nestedClassMethod() do?
nestedClassMethod() is a function in the spring-boot codebase.
What does nestedClassMethod() call?
nestedClassMethod() calls 3 function(s): compile, withGroup, withProperty.

Analyze Your Own Codebase

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

Try Supermodel Free