| 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 | Class and Description | 
|---|---|
class  | 
OnEndpointElementCondition
Base endpoint element condition. 
 | 
| 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  | 
OnPropertyListCondition
Condition that checks if a property whose value is a list is defined in the
 environment. | 
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 | 
|---|---|
class  | 
ClientsConfiguredCondition
Condition that matches if any  
spring.security.oauth2.client.registration
 properties are defined. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
IssuerUriCondition
Condition for creating  
JwtDecoder by oidc issuer location. | 
class  | 
KeyValueCondition
Condition for creating a jwt decoder using a public key value. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
OnEnabledDevToolsCondition
A condition that checks if DevTools should be enabled. 
 |