InvalidNestedCondition Class — spring-boot Architecture
Architecture documentation for the InvalidNestedCondition class in AbstractNestedConditionTests.java from the spring-boot codebase.
Entity Profile
Source Code
core/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/condition/AbstractNestedConditionTests.java lines 109–125
static class InvalidNestedCondition extends AbstractNestedCondition {
InvalidNestedCondition() {
super(ConfigurationPhase.PARSE_CONFIGURATION);
}
@Override
protected ConditionOutcome getFinalMatchOutcome(MemberMatchOutcomes memberOutcomes) {
return ConditionOutcome.match();
}
@ConditionalOnMissingBean(name = "myBean")
static class MissingMyBean {
}
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free