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 Hazelcast.
Auto-configuration for basic script-based initialization of an SQL database.
-
Uses of SpringBootCondition in org.springframework.boot.actuate.autoconfigure
Subclasses of SpringBootCondition in org.springframework.boot.actuate.autoconfigureModifier and TypeClassDescriptionclassBase endpoint element condition. -
Uses of SpringBootCondition in org.springframework.boot.autoconfigure.condition
Subclasses of SpringBootCondition in org.springframework.boot.autoconfigure.conditionModifier and TypeClassDescriptionclassAbstract base class for nested conditions.classConditionthat will match when all nested class conditions match.classConditionthat will match when any nested class condition matches.classConditionthat will match when none of the nested class conditions match.classConditionthat checks if a property whose value is a list is defined in the environment.classSpringBootConditionused 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.hazelcast.autoconfigure
Subclasses of SpringBootCondition in org.springframework.boot.hazelcast.autoconfigureModifier and TypeClassDescriptionclassSpringBootConditionused to check if the Hazelcast configuration is available. -
Uses of SpringBootCondition in org.springframework.boot.sql.autoconfigure.init
Subclasses of SpringBootCondition in org.springframework.boot.sql.autoconfigure.initModifier and TypeClassDescriptionclassCondition that checks if the database initialization of a particular component should be considered.