Package | Description |
---|---|
org.springframework.boot.autoconfigure |
Spring Boot's auto-configuration capabilities.
|
org.springframework.boot.autoconfigure.condition |
Modifier and Type | Method and Description |
---|---|
ConditionOutcome |
MessageSourceAutoConfiguration.ResourceBundleCondition.getMatchOutcome(ConditionContext context,
AnnotatedTypeMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
abstract ConditionOutcome |
SpringBootCondition.getMatchOutcome(ConditionContext context,
AnnotatedTypeMetadata metadata)
Determine the outcome of the match along with suitable log output.
|
ConditionOutcome |
ConditionEvaluationReport.ConditionAndOutcome.getOutcome() |
static ConditionOutcome |
ConditionOutcome.match()
Create a new
ConditionOutcome instance for a 'match'. |
static ConditionOutcome |
ConditionOutcome.match(String message)
Create a new
ConditionOutcome instance for 'match'. |
static ConditionOutcome |
ConditionOutcome.noMatch(String message)
Create a new
ConditionOutcome instance for 'no match'. |
Modifier and Type | Method and Description |
---|---|
void |
ConditionEvaluationReport.ConditionAndOutcomes.add(Condition condition,
ConditionOutcome outcome) |
void |
ConditionEvaluationReport.recordConditionEvaluation(String source,
Condition condition,
ConditionOutcome outcome)
Record the occurrence of condition evaluation.
|
Constructor and Description |
---|
ConditionEvaluationReport.ConditionAndOutcome(Condition condition,
ConditionOutcome outcome) |
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.