Package | Description |
---|---|
org.springframework.boot.autoconfigure | |
org.springframework.boot.autoconfigure.condition |
Modifier and Type | Method and Description |
---|---|
ConditionOutcome |
AutoConfigurationReport.ConditionAndOutcome.getOutcome() |
Modifier and Type | Method and Description |
---|---|
void |
AutoConfigurationReport.ConditionAndOutcomes.add(org.springframework.context.annotation.Condition condition,
ConditionOutcome outcome) |
void |
AutoConfigurationReport.recordConditionEvaluation(String source,
org.springframework.context.annotation.Condition condition,
ConditionOutcome outcome)
Record the occurrence of condition evaluation.
|
Constructor and Description |
---|
AutoConfigurationReport.ConditionAndOutcome(org.springframework.context.annotation.Condition condition,
ConditionOutcome outcome) |
Modifier and Type | Method and Description |
---|---|
abstract ConditionOutcome |
SpringBootCondition.getMatchOutcome(org.springframework.context.annotation.ConditionContext context,
org.springframework.core.type.AnnotatedTypeMetadata metadata)
Determine the outcome of the match along with suitable log output.
|
ConditionOutcome |
OnExpressionCondition.getMatchOutcome(org.springframework.context.annotation.ConditionContext context,
org.springframework.core.type.AnnotatedTypeMetadata metadata) |
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'. |
Copyright © 2014. All rights reserved.