Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure |
Classes for general actuator auto-configuration concerns.
|
org.springframework.boot.autoconfigure.condition |
@Condition annotations and supporting classes. |
org.springframework.boot.autoconfigure.context |
Auto-configuration for the Spring context.
|
org.springframework.boot.autoconfigure.hazelcast |
Auto-configuration for Hazelcast.
|
org.springframework.boot.autoconfigure.security.oauth2.client |
Support for Spring Security's OAuth 2 client.
|
org.springframework.boot.autoconfigure.security.oauth2.resource |
Support for Spring Security's OAuth2 resource server.
|
org.springframework.boot.devtools.autoconfigure |
Auto-configuration for
spring-boot-devtools . |
Modifier and Type | Method and Description |
---|---|
protected ConditionOutcome |
OnEndpointElementCondition.getDefaultEndpointsOutcome(org.springframework.context.annotation.ConditionContext context) |
protected ConditionOutcome |
OnEndpointElementCondition.getEndpointOutcome(org.springframework.context.annotation.ConditionContext context,
String endpointName) |
ConditionOutcome |
OnEndpointElementCondition.getMatchOutcome(org.springframework.context.annotation.ConditionContext context,
org.springframework.core.type.AnnotatedTypeMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
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) |
ConditionOutcome |
AbstractNestedCondition.getMatchOutcome(org.springframework.context.annotation.ConditionContext context,
org.springframework.core.type.AnnotatedTypeMetadata metadata) |
ConditionOutcome |
OnPropertyListCondition.getMatchOutcome(org.springframework.context.annotation.ConditionContext context,
org.springframework.core.type.AnnotatedTypeMetadata metadata) |
ConditionOutcome |
ResourceCondition.getMatchOutcome(org.springframework.context.annotation.ConditionContext context,
org.springframework.core.type.AnnotatedTypeMetadata metadata) |
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 |
ConditionEvaluationReport.ConditionAndOutcome.getOutcome() |
protected ConditionOutcome |
ResourceCondition.getResourceOutcome(org.springframework.context.annotation.ConditionContext context,
org.springframework.core.type.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 new
ConditionOutcome instance for a 'match'. |
static ConditionOutcome |
ConditionOutcome.match(ConditionMessage message)
Create a new
ConditionOutcome instance for 'match'. |
static ConditionOutcome |
ConditionOutcome.match(String message)
Create a new
ConditionOutcome instance for 'match'. |
static ConditionOutcome |
ConditionOutcome.noMatch(ConditionMessage message)
Create a new
ConditionOutcome instance for 'no match'. |
static ConditionOutcome |
ConditionOutcome.noMatch(String message)
Create a new
ConditionOutcome instance for 'no match'. |
Modifier and Type | Method and Description |
---|---|
List<ConditionOutcome> |
AbstractNestedCondition.MemberMatchOutcomes.getAll() |
List<ConditionOutcome> |
AbstractNestedCondition.MemberMatchOutcomes.getMatches() |
List<ConditionOutcome> |
AbstractNestedCondition.MemberMatchOutcomes.getNonMatches() |
Modifier and Type | Method and Description |
---|---|
void |
ConditionEvaluationReport.ConditionAndOutcomes.add(org.springframework.context.annotation.Condition condition,
ConditionOutcome outcome) |
static ConditionOutcome |
ConditionOutcome.inverse(ConditionOutcome outcome)
Return the inverse of the specified condition outcome.
|
protected void |
SpringBootCondition.logOutcome(String classOrMethodName,
ConditionOutcome outcome) |
void |
ConditionEvaluationReport.recordConditionEvaluation(String source,
org.springframework.context.annotation.Condition condition,
ConditionOutcome outcome)
Record the occurrence of condition evaluation.
|
Constructor and Description |
---|
ConditionAndOutcome(org.springframework.context.annotation.Condition condition,
ConditionOutcome outcome) |
Modifier and Type | Method and Description |
---|---|
ConditionOutcome |
MessageSourceAutoConfiguration.ResourceBundleCondition.getMatchOutcome(org.springframework.context.annotation.ConditionContext context,
org.springframework.core.type.AnnotatedTypeMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
protected ConditionOutcome |
HazelcastConfigResourceCondition.getResourceOutcome(org.springframework.context.annotation.ConditionContext context,
org.springframework.core.type.AnnotatedTypeMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
ConditionOutcome |
ClientsConfiguredCondition.getMatchOutcome(org.springframework.context.annotation.ConditionContext context,
org.springframework.core.type.AnnotatedTypeMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
ConditionOutcome |
IssuerUriCondition.getMatchOutcome(org.springframework.context.annotation.ConditionContext context,
org.springframework.core.type.AnnotatedTypeMetadata metadata) |
ConditionOutcome |
KeyValueCondition.getMatchOutcome(org.springframework.context.annotation.ConditionContext context,
org.springframework.core.type.AnnotatedTypeMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
ConditionOutcome |
OnEnabledDevToolsCondition.getMatchOutcome(org.springframework.context.annotation.ConditionContext context,
org.springframework.core.type.AnnotatedTypeMetadata metadata) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.