Uses of Class
org.springframework.boot.autoconfigure.condition.ConditionOutcome
Packages that use ConditionOutcome
Package
Description
Classes for general actuator auto-configuration concerns.
Actuator endpoint auto-configuration conditions.
@Condition
annotations and supporting classes.Auto-configuration for the Spring context.
Auto-configuration for basic script-based initialization of an SQL database.
Auto-configuration for
spring-boot-devtools
.Auto-configuration for Hazelcast.
-
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.actuate.autoconfigure.endpoint.condition
Methods in org.springframework.boot.actuate.autoconfigure.endpoint.condition that return ConditionOutcomeModifier and TypeMethodDescriptionEndpointExposureOutcomeContributor.getExposureOutcome
(EndpointId endpointId, Set<EndpointExposure> exposures, ConditionMessage.Builder message) Return if the given endpoint is exposed for the given set of exposure technologies. -
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) Deprecated, for removal: This API element is subject to removal in a future version.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) Deprecated, for removal: This API element is subject to removal in a future version.since 3.5.0 for removal in 3.7.0 in favor ofConditionOutcome(boolean, ConditionMessage)
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.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) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ConditionOutcome in org.springframework.boot.hazelcast.autoconfigure
Methods in org.springframework.boot.hazelcast.autoconfigure that return ConditionOutcomeModifier and TypeMethodDescriptionprotected ConditionOutcome
HazelcastConfigResourceCondition.getResourceOutcome
(ConditionContext context, AnnotatedTypeMetadata metadata)
ConditionOutcome(boolean, ConditionMessage)