Uses of Class
org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
Package
Description
@Condition
annotations and supporting classes.-
Uses of ConditionMessage.Builder in org.springframework.boot.autoconfigure.condition
Modifier and TypeMethodDescriptionConditionMessage.andCondition
(Class<? extends Annotation> condition, Object... details) Return a new builder to construct a newConditionMessage
based on the instance and a new condition outcome.ConditionMessage.andCondition
(String condition, Object... details) Return a new builder to construct a newConditionMessage
based on the instance and a new condition outcome.static ConditionMessage.Builder
ConditionMessage.forCondition
(Class<? extends Annotation> condition, Object... details) Factory method for a builder to construct a newConditionMessage
for a condition.static ConditionMessage.Builder
ConditionMessage.forCondition
(String condition, Object... details) Factory method for a builder to construct a newConditionMessage
for a condition.protected final ConditionMessage.Builder
ResourceCondition.startConditionMessage()
ModifierConstructorDescriptionprotected
OnPropertyListCondition
(String propertyName, Supplier<ConditionMessage.Builder> messageBuilder) Create a new instance with the property to check and the message builder to use.