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 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 ConditionOutcomeOnEndpointElementCondition.getDefaultOutcome(ConditionContext context, AnnotationAttributes annotationAttributes) Return the default outcome that should be used if property is not set.protected ConditionOutcomeOnEndpointElementCondition.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 ConditionOutcomeAbstractNestedCondition.getFinalMatchOutcome(AbstractNestedCondition.MemberMatchOutcomes memberOutcomes) protected ConditionOutcomeAllNestedConditions.getFinalMatchOutcome(AbstractNestedCondition.MemberMatchOutcomes memberOutcomes) protected ConditionOutcomeAnyNestedCondition.getFinalMatchOutcome(AbstractNestedCondition.MemberMatchOutcomes memberOutcomes) protected ConditionOutcomeNoneNestedConditions.getFinalMatchOutcome(AbstractNestedCondition.MemberMatchOutcomes memberOutcomes) AbstractNestedCondition.getMatchOutcome(ConditionContext context, AnnotatedTypeMetadata metadata) OnPropertyListCondition.getMatchOutcome(ConditionContext context, AnnotatedTypeMetadata metadata) ResourceCondition.getMatchOutcome(ConditionContext context, AnnotatedTypeMetadata metadata) abstract ConditionOutcomeSpringBootCondition.getMatchOutcome(ConditionContext context, AnnotatedTypeMetadata metadata) Determine the outcome of the match along with suitable log output.ConditionEvaluationReport.ConditionAndOutcome.getOutcome()protected ConditionOutcomeResourceCondition.getResourceOutcome(ConditionContext context, AnnotatedTypeMetadata metadata) Check if one of the default resource locations actually exists.static ConditionOutcomeConditionOutcome.inverse(ConditionOutcome outcome) Deprecated, for removal: This API element is subject to removal in a future version.static ConditionOutcomeConditionOutcome.match()Create a newConditionOutcomeinstance for a 'match'.static ConditionOutcomeCreate a newConditionOutcomeinstance for 'match'.static ConditionOutcomeConditionOutcome.match(ConditionMessage message) Create a newConditionOutcomeinstance for 'match'.static ConditionOutcomeCreate a newConditionOutcomeinstance for 'no match'.static ConditionOutcomeConditionOutcome.noMatch(ConditionMessage message) Create a newConditionOutcomeinstance 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 TypeMethodDescriptionvoidConditionEvaluationReport.ConditionAndOutcomes.add(Condition condition, ConditionOutcome outcome) static ConditionOutcomeConditionOutcome.inverse(ConditionOutcome outcome) Deprecated, for removal: This API element is subject to removal in a future version.since 3.5.0 for removal in 4.0.0 in favor ofConditionOutcome(boolean, ConditionMessage)protected final voidSpringBootCondition.logOutcome(String classOrMethodName, ConditionOutcome outcome) voidConditionEvaluationReport.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 ConditionOutcomeHazelcastConfigResourceCondition.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) Deprecated, for removal: This API element is subject to removal in a future version. -
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) Deprecated, for removal: This API element is subject to removal in a future version.KeyValueCondition.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.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.
ConditionOutcome(boolean, ConditionMessage)