Uses of Class
org.springframework.boot.autoconfigure.condition.ConditionOutcome
Package
Description
Classes for general actuator auto-configuration concerns.
@Condition
annotations and supporting classes.Auto-configuration for the Spring context.
Auto-configuration for Hazelcast.
Support for Spring Security's OAuth 2 client.
Support for Spring Security's OAuth2 resource server.
Auto-configuration for basic script-based initialization of an SQL database.
Auto-configuration for
spring-boot-devtools
.-
Uses of ConditionOutcome in org.springframework.boot.actuate.autoconfigure
Modifier and TypeMethodDescriptionprotected ConditionOutcome
OnEndpointElementCondition.getDefaultOutcome
(ConditionContext context, AnnotationAttributes annotationAttributes) Return the default outcome that should be used if property is not set.protected ConditionOutcome
OnEndpointElementCondition.getEndpointOutcome
(ConditionContext context, String endpointName) OnEndpointElementCondition.getMatchOutcome
(ConditionContext context, AnnotatedTypeMetadata metadata) -
Uses of ConditionOutcome in org.springframework.boot.autoconfigure.condition
Modifier and TypeMethodDescriptionprotected abstract ConditionOutcome
AbstractNestedCondition.getFinalMatchOutcome
(AbstractNestedCondition.MemberMatchOutcomes memberOutcomes) protected ConditionOutcome
AllNestedConditions.getFinalMatchOutcome
(AbstractNestedCondition.MemberMatchOutcomes memberOutcomes) protected ConditionOutcome
AnyNestedCondition.getFinalMatchOutcome
(AbstractNestedCondition.MemberMatchOutcomes memberOutcomes) protected ConditionOutcome
NoneNestedConditions.getFinalMatchOutcome
(AbstractNestedCondition.MemberMatchOutcomes memberOutcomes) AbstractNestedCondition.getMatchOutcome
(ConditionContext context, AnnotatedTypeMetadata metadata) OnPropertyListCondition.getMatchOutcome
(ConditionContext context, AnnotatedTypeMetadata metadata) ResourceCondition.getMatchOutcome
(ConditionContext context, AnnotatedTypeMetadata metadata) abstract ConditionOutcome
SpringBootCondition.getMatchOutcome
(ConditionContext context, AnnotatedTypeMetadata metadata) Determine the outcome of the match along with suitable log output.ConditionEvaluationReport.ConditionAndOutcome.getOutcome()
protected ConditionOutcome
ResourceCondition.getResourceOutcome
(ConditionContext context, AnnotatedTypeMetadata metadata) Check if one of the default resource locations actually exists.static ConditionOutcome
ConditionOutcome.inverse
(ConditionOutcome outcome) Return the inverse of the specified condition outcome.static ConditionOutcome
ConditionOutcome.match()
Create a newConditionOutcome
instance for a 'match'.static ConditionOutcome
Create a newConditionOutcome
instance for 'match'.static ConditionOutcome
ConditionOutcome.match
(ConditionMessage message) Create a newConditionOutcome
instance for 'match'.static ConditionOutcome
Create a newConditionOutcome
instance for 'no match'.static ConditionOutcome
ConditionOutcome.noMatch
(ConditionMessage message) Create a newConditionOutcome
instance for 'no match'.Modifier and TypeMethodDescriptionAbstractNestedCondition.MemberMatchOutcomes.getAll()
AbstractNestedCondition.MemberMatchOutcomes.getMatches()
AbstractNestedCondition.MemberMatchOutcomes.getNonMatches()
Modifier and TypeMethodDescriptionvoid
ConditionEvaluationReport.ConditionAndOutcomes.add
(Condition condition, ConditionOutcome outcome) static ConditionOutcome
ConditionOutcome.inverse
(ConditionOutcome outcome) Return the inverse of the specified condition outcome.protected final void
SpringBootCondition.logOutcome
(String classOrMethodName, ConditionOutcome outcome) void
ConditionEvaluationReport.recordConditionEvaluation
(String source, Condition condition, ConditionOutcome outcome) Record the occurrence of condition evaluation. -
Uses of ConditionOutcome in org.springframework.boot.autoconfigure.context
Modifier and TypeMethodDescriptionMessageSourceAutoConfiguration.ResourceBundleCondition.getMatchOutcome
(ConditionContext context, AnnotatedTypeMetadata metadata) -
Uses of ConditionOutcome in org.springframework.boot.autoconfigure.hazelcast
Modifier and TypeMethodDescriptionprotected ConditionOutcome
HazelcastConfigResourceCondition.getResourceOutcome
(ConditionContext context, AnnotatedTypeMetadata metadata) -
Uses of ConditionOutcome in org.springframework.boot.autoconfigure.security.oauth2.client
Modifier and TypeMethodDescriptionClientsConfiguredCondition.getMatchOutcome
(ConditionContext context, AnnotatedTypeMetadata metadata) -
Uses of ConditionOutcome in org.springframework.boot.autoconfigure.security.oauth2.resource
Modifier and TypeMethodDescriptionIssuerUriCondition.getMatchOutcome
(ConditionContext context, AnnotatedTypeMetadata metadata) KeyValueCondition.getMatchOutcome
(ConditionContext context, AnnotatedTypeMetadata metadata) -
Uses of ConditionOutcome in org.springframework.boot.autoconfigure.sql.init
Modifier and TypeMethodDescriptionOnDatabaseInitializationCondition.getMatchOutcome
(ConditionContext context, AnnotatedTypeMetadata metadata) -
Uses of ConditionOutcome in org.springframework.boot.devtools.autoconfigure
Modifier and TypeMethodDescriptionOnEnabledDevToolsCondition.getMatchOutcome
(ConditionContext context, AnnotatedTypeMetadata metadata)