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

MemberConditions() — spring-boot Function Reference

Architecture documentation for the MemberConditions() function in AbstractNestedCondition.java from the spring-boot codebase.

Function java GradlePlugin DslExtensions calls 2 called by 1

Entity Profile

Dependency Diagram

graph TD
  6424e74d_3963_9451_ac8c_75f3ba56b81a["MemberConditions()"]
  8034f0eb_4388_1e4f_10c3_6cdc0e6434e0["getMatchOutcome()"]
  8034f0eb_4388_1e4f_10c3_6cdc0e6434e0 -->|calls| 6424e74d_3963_9451_ac8c_75f3ba56b81a
  a01f3280_649f_d3ec_c88f_fa75a9026e16["getMetadata()"]
  6424e74d_3963_9451_ac8c_75f3ba56b81a -->|calls| a01f3280_649f_d3ec_c88f_fa75a9026e16
  4dd12137_a5ee_6d99_613c_7e8a4a487bbd["getMemberConditions()"]
  6424e74d_3963_9451_ac8c_75f3ba56b81a -->|calls| 4dd12137_a5ee_6d99_613c_7e8a4a487bbd
  style 6424e74d_3963_9451_ac8c_75f3ba56b81a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/condition/AbstractNestedCondition.java lines 112–117

		MemberConditions(ConditionContext context, ConfigurationPhase phase, String className) {
			this.context = context;
			this.readerFactory = new SimpleMetadataReaderFactory(context.getResourceLoader());
			String[] members = getMetadata(className).getMemberClassNames();
			this.memberConditions = getMemberConditions(members, phase, className);
		}

Domain

Subdomains

Calls

Called By

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free