Package | Description |
---|---|
org.springframework.boot.autoconfigure.condition |
@Condition annotations and supporting classes. |
Modifier and Type | Method and Description |
---|---|
static ConditionMessage.Style |
ConditionMessage.Style.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConditionMessage.Style[] |
ConditionMessage.Style.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ConditionMessage |
ConditionMessage.ItemsBuilder.items(ConditionMessage.Style style,
Collection<?> items)
Indicate the items with a
ConditionMessage.Style . |
ConditionMessage |
ConditionMessage.ItemsBuilder.items(ConditionMessage.Style style,
Object... items)
Indicate the items.
|
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.