Uses of Class
org.springframework.boot.autoconfigure.condition.SpringBootCondition
Package
Description
Classes for general actuator auto-configuration concerns.
@Condition
annotations and supporting classes.Auto-configuration for the Spring context.
Auto-configuration for Hazelcast.
Support for Spring Security's OAuth 2 client.
Support for Spring Security's OAuth2 resource server.
Auto-configuration for basic script-based initialization of an SQL database.
Auto-configuration for
spring-boot-devtools
.-
Uses of SpringBootCondition in org.springframework.boot.actuate.autoconfigure
Modifier and TypeClassDescriptionclass
Base endpoint element condition. -
Uses of SpringBootCondition in org.springframework.boot.autoconfigure.condition
Modifier and TypeClassDescriptionclass
Abstract base class for nested conditions.class
Condition
that will match when all nested class conditions match.class
Condition
that will match when any nested class condition matches.class
Condition
that will match when none of the nested class conditions match.class
Condition
that checks if a property whose value is a list is defined in the environment.class
SpringBootCondition
used to check if a resource can be found using a configurable property and optional default location(s). -
Uses of SpringBootCondition in org.springframework.boot.autoconfigure.context
Modifier and TypeClassDescriptionprotected static class
-
Uses of SpringBootCondition in org.springframework.boot.autoconfigure.hazelcast
Modifier and TypeClassDescriptionclass
SpringBootCondition
used to check if the Hazelcast configuration is available. -
Uses of SpringBootCondition in org.springframework.boot.autoconfigure.security.oauth2.client
Modifier and TypeClassDescriptionclass
Condition that matches if anyspring.security.oauth2.client.registration
properties are defined. -
Uses of SpringBootCondition in org.springframework.boot.autoconfigure.security.oauth2.resource
Modifier and TypeClassDescriptionclass
Condition for creatingJwtDecoder
by oidc issuer location.class
Condition for creating a jwt decoder using a public key value. -
Uses of SpringBootCondition in org.springframework.boot.autoconfigure.sql.init
Modifier and TypeClassDescriptionclass
Condition that checks if the database initialization of a particular component should be considered. -
Uses of SpringBootCondition in org.springframework.boot.devtools.autoconfigure
Modifier and TypeClassDescriptionclass
A condition that checks if DevTools should be enabled.