类的使用
org.springframework.boot.autoconfigure.condition.ConditionOutcome
使用ConditionOutcome的程序包
程序包
说明
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
.-
org.springframework.boot.actuate.autoconfigure中ConditionOutcome的使用
修饰符和类型方法说明protected 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) -
org.springframework.boot.actuate.autoconfigure.endpoint.condition中ConditionOutcome的使用
修饰符和类型方法说明EndpointExposureOutcomeContributor.getExposureOutcome
(EndpointId endpointId, Set<EndpointExposure> exposures, ConditionMessage.Builder message) Return if the given endpoint is exposed for the given set of exposure technologies. -
org.springframework.boot.autoconfigure.condition中ConditionOutcome的使用
修饰符和类型方法说明protected 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'.修饰符和类型方法说明AbstractNestedCondition.MemberMatchOutcomes.getAll()
AbstractNestedCondition.MemberMatchOutcomes.getMatches()
AbstractNestedCondition.MemberMatchOutcomes.getNonMatches()
修饰符和类型方法说明void
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. -
org.springframework.boot.autoconfigure.context中ConditionOutcome的使用
修饰符和类型方法说明MessageSourceAutoConfiguration.ResourceBundleCondition.getMatchOutcome
(ConditionContext context, AnnotatedTypeMetadata metadata) -
org.springframework.boot.autoconfigure.hazelcast中ConditionOutcome的使用
修饰符和类型方法说明protected ConditionOutcome
HazelcastConfigResourceCondition.getResourceOutcome
(ConditionContext context, AnnotatedTypeMetadata metadata) -
org.springframework.boot.autoconfigure.security.oauth2.client中ConditionOutcome的使用
修饰符和类型方法说明ClientsConfiguredCondition.getMatchOutcome
(ConditionContext context, AnnotatedTypeMetadata metadata) -
org.springframework.boot.autoconfigure.security.oauth2.resource中ConditionOutcome的使用
修饰符和类型方法说明IssuerUriCondition.getMatchOutcome
(ConditionContext context, AnnotatedTypeMetadata metadata) KeyValueCondition.getMatchOutcome
(ConditionContext context, AnnotatedTypeMetadata metadata) -
org.springframework.boot.autoconfigure.sql.init中ConditionOutcome的使用
修饰符和类型方法说明OnDatabaseInitializationCondition.getMatchOutcome
(ConditionContext context, AnnotatedTypeMetadata metadata) -
org.springframework.boot.devtools.autoconfigure中ConditionOutcome的使用
修饰符和类型方法说明OnEnabledDevToolsCondition.getMatchOutcome
(ConditionContext context, AnnotatedTypeMetadata metadata)