Uses of Class
org.springframework.boot.autoconfigure.condition.ConditionOutcome
Packages that use 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
Methods in org.springframework.boot.actuate.autoconfigure that return ConditionOutcomeModifier 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
Methods in org.springframework.boot.autoconfigure.condition that return ConditionOutcomeModifier 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'.Methods in org.springframework.boot.autoconfigure.condition that return types with arguments of type ConditionOutcomeModifier and TypeMethodDescriptionAbstractNestedCondition.MemberMatchOutcomes.getAll()
AbstractNestedCondition.MemberMatchOutcomes.getMatches()
AbstractNestedCondition.MemberMatchOutcomes.getNonMatches()
Methods in org.springframework.boot.autoconfigure.condition with parameters of type ConditionOutcomeModifier 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.Constructors in org.springframework.boot.autoconfigure.condition with parameters of type ConditionOutcome -
Uses of ConditionOutcome in org.springframework.boot.autoconfigure.context
Methods in org.springframework.boot.autoconfigure.context that return ConditionOutcomeModifier and TypeMethodDescriptionMessageSourceAutoConfiguration.ResourceBundleCondition.getMatchOutcome
(ConditionContext context, AnnotatedTypeMetadata metadata) -
Uses of ConditionOutcome in org.springframework.boot.autoconfigure.hazelcast
Methods in org.springframework.boot.autoconfigure.hazelcast that return ConditionOutcomeModifier and TypeMethodDescriptionprotected ConditionOutcome
HazelcastConfigResourceCondition.getResourceOutcome
(ConditionContext context, AnnotatedTypeMetadata metadata) -
Uses of ConditionOutcome in org.springframework.boot.autoconfigure.security.oauth2.client
Methods in org.springframework.boot.autoconfigure.security.oauth2.client that return ConditionOutcomeModifier and TypeMethodDescriptionClientsConfiguredCondition.getMatchOutcome
(ConditionContext context, AnnotatedTypeMetadata metadata) -
Uses of ConditionOutcome in org.springframework.boot.autoconfigure.security.oauth2.resource
Methods in org.springframework.boot.autoconfigure.security.oauth2.resource that return ConditionOutcomeModifier and TypeMethodDescriptionIssuerUriCondition.getMatchOutcome
(ConditionContext context, AnnotatedTypeMetadata metadata) KeyValueCondition.getMatchOutcome
(ConditionContext context, AnnotatedTypeMetadata metadata) -
Uses of ConditionOutcome in org.springframework.boot.autoconfigure.sql.init
Methods in org.springframework.boot.autoconfigure.sql.init that return ConditionOutcomeModifier and TypeMethodDescriptionOnDatabaseInitializationCondition.getMatchOutcome
(ConditionContext context, AnnotatedTypeMetadata metadata) -
Uses of ConditionOutcome in org.springframework.boot.devtools.autoconfigure
Methods in org.springframework.boot.devtools.autoconfigure that return ConditionOutcomeModifier and TypeMethodDescriptionOnEnabledDevToolsCondition.getMatchOutcome
(ConditionContext context, AnnotatedTypeMetadata metadata)