Uses of Class
org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
Packages that use ConditionMessage.Builder
Package
Description
@Condition annotations and supporting classes.-
Uses of ConditionMessage.Builder in org.springframework.boot.autoconfigure.condition
Methods in org.springframework.boot.autoconfigure.condition that return ConditionMessage.BuilderModifier and TypeMethodDescriptionConditionMessage.andCondition(Class<? extends Annotation> condition, Object... details) Return a new builder to construct a newConditionMessagebased on the instance and a new condition outcome.ConditionMessage.andCondition(String condition, Object... details) Return a new builder to construct a newConditionMessagebased on the instance and a new condition outcome.static ConditionMessage.BuilderConditionMessage.forCondition(Class<? extends Annotation> condition, Object... details) Factory method for a builder to construct a newConditionMessagefor a condition.static ConditionMessage.BuilderConditionMessage.forCondition(String condition, Object... details) Factory method for a builder to construct a newConditionMessagefor a condition.protected final ConditionMessage.BuilderResourceCondition.startConditionMessage()Constructor parameters in org.springframework.boot.autoconfigure.condition with type arguments of type ConditionMessage.BuilderModifierConstructorDescriptionprotectedOnPropertyListCondition(String propertyName, Supplier<ConditionMessage.Builder> messageBuilder) Create a new instance with the property to check and the message builder to use.