Class | Description |
---|---|
ConditionEvaluationReport |
Records condition evaluation details for reporting and logging.
|
ConditionEvaluationReport.ConditionAndOutcome |
Provides access to a single
Condition and ConditionOutcome . |
ConditionEvaluationReport.ConditionAndOutcomes |
Provides access to a number of
ConditionEvaluationReport.ConditionAndOutcome items. |
ConditionOutcome |
Outcome for a condition match, including log message.
|
SpringBootCondition |
Base of all
Condition implementations used with Spring Boot. |
Enum | Description |
---|---|
SearchStrategy |
Some named search strategies for beans in the bean factory hierarchy.
|
Annotation Type | Description |
---|---|
ConditionalOnBean |
Conditional that only matches when the specified bean classes and/or names are
already contained in the BeanFactory . |
ConditionalOnClass |
Conditional that only matches when the specified classes are on the classpath. |
ConditionalOnExpression |
Configuration annotation for a conditional element that depends on the value of a SpEL
expression.
|
ConditionalOnMissingBean |
Conditional that only matches when the specified bean classes and/or names are
not already contained in the BeanFactory . |
ConditionalOnMissingClass |
Conditional that only matches when the specified classes are not on the
classpath. |
ConditionalOnNotWebApplication |
Conditional that only matches when the application context is a not a web
application context. |
ConditionalOnProperty |
Conditional that only matches when the specified properties are defined in
Environment and not "false". |
ConditionalOnResource |
Conditional that only matches when the specified resources are on the
classpath. |
ConditionalOnWebApplication |
Conditional that only matches when the application context is a web application
context. |
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.