Uses of Class
org.springframework.boot.autoconfigure.condition.SpringBootCondition
Packages that use SpringBootCondition
Package
Description
Classes for general actuator auto-configuration concerns.
@Condition
annotations and supporting classes.Auto-configuration for the Spring context.
Auto-configuration for basic script-based initialization of an SQL database.
Auto-configuration for
spring-boot-devtools
.Auto-configuration for Hazelcast.
-
Uses of SpringBootCondition in org.springframework.boot.actuate.autoconfigure
Subclasses of SpringBootCondition in org.springframework.boot.actuate.autoconfigureModifier and TypeClassDescriptionclass
Base endpoint element condition. -
Uses of SpringBootCondition in org.springframework.boot.autoconfigure.condition
Subclasses of SpringBootCondition in org.springframework.boot.autoconfigure.conditionModifier 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
Subclasses of SpringBootCondition in org.springframework.boot.autoconfigure.contextModifier and TypeClassDescriptionprotected static class
-
Uses of SpringBootCondition in org.springframework.boot.autoconfigure.sql.init
Subclasses of SpringBootCondition in org.springframework.boot.autoconfigure.sql.initModifier 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
Subclasses of SpringBootCondition in org.springframework.boot.devtools.autoconfigureModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SpringBootCondition in org.springframework.boot.hazelcast.autoconfigure
Subclasses of SpringBootCondition in org.springframework.boot.hazelcast.autoconfigureModifier and TypeClassDescriptionclass
SpringBootCondition
used to check if the Hazelcast configuration is available.
@ConditionalOnEnabledDevTools