Package org.springframework.cloud.util
Class ConditionalOnBootstrapEnabled.OnBootstrapEnabledCondition
- java.lang.Object
-
- org.springframework.boot.autoconfigure.condition.SpringBootCondition
-
- org.springframework.boot.autoconfigure.condition.AbstractNestedCondition
-
- org.springframework.boot.autoconfigure.condition.AnyNestedCondition
-
- org.springframework.cloud.util.ConditionalOnBootstrapEnabled.OnBootstrapEnabledCondition
-
- All Implemented Interfaces:
org.springframework.context.annotation.Condition,org.springframework.context.annotation.ConfigurationCondition
- Enclosing class:
- ConditionalOnBootstrapEnabled
public static class ConditionalOnBootstrapEnabled.OnBootstrapEnabledCondition extends org.springframework.boot.autoconfigure.condition.AnyNestedCondition
-
-
Method Summary
-
Methods inherited from class org.springframework.boot.autoconfigure.condition.AnyNestedCondition
getFinalMatchOutcome
-
Methods inherited from class org.springframework.boot.autoconfigure.condition.AbstractNestedCondition
getConfigurationPhase, getMatchOutcome
-
Methods inherited from class org.springframework.boot.autoconfigure.condition.SpringBootCondition
anyMatches, logOutcome, matches, matches
-
-