Package | Description |
---|---|
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 | |
org.springframework.boot.autoconfigure.security.oauth2.resource |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNestedCondition
Abstract base class for nested conditions.
|
class |
AllNestedConditions
Condition that will match when all nested class conditions match. |
class |
AnyNestedCondition
Condition that will match when any nested class condition matches. |
class |
NoneNestedConditions
Condition that will match when none of the nested class conditions match. |
class |
ResourceCondition
SpringBootCondition used to check if a resource can be found using a
configurable property and optional default location(s). |
Modifier and Type | Class and Description |
---|---|
protected static class |
MessageSourceAutoConfiguration.ResourceBundleCondition |
Modifier and Type | Class and Description |
---|---|
class |
HazelcastConfigResourceCondition
SpringBootCondition used to check if the Hazelcast configuration is available. |
Modifier and Type | Class and Description |
---|---|
protected static class |
OAuth2SsoDefaultConfiguration.NeedsWebSecurityCondition |
Modifier and Type | Class and Description |
---|---|
protected static class |
OAuth2ResourceServerConfiguration.ResourceServerCondition |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.