Package | Description |
---|---|
org.springframework.boot.autoconfigure.condition |
@Condition annotations and supporting classes. |
Modifier and Type | Method and Description |
---|---|
ConditionMessage.Builder |
ConditionMessage.andCondition(Class<? extends Annotation> condition,
Object... details)
Return a new builder to construct a new
ConditionMessage based on the
instance and a new condition outcome. |
ConditionMessage.Builder |
ConditionMessage.andCondition(String condition,
Object... details)
Return a new builder to construct a new
ConditionMessage 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 new
ConditionMessage for a
condition. |
static ConditionMessage.Builder |
ConditionMessage.forCondition(String condition,
Object... details)
Factory method for a builder to construct a new
ConditionMessage for a
condition. |
protected ConditionMessage.Builder |
ResourceCondition.startConditionMessage() |
Constructor and Description |
---|
OnPropertyListCondition(String propertyName,
Supplier<ConditionMessage.Builder> messageBuilder)
Create a new instance with the property to check and the message builder to use.
|
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.