Uses of Enum Class
org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
Package
Description
@Condition
annotations and supporting classes.-
Uses of ConditionMessage.Style in org.springframework.boot.autoconfigure.condition
Modifier and TypeMethodDescriptionstatic ConditionMessage.Style
Returns the enum constant of this class with the specified name.static ConditionMessage.Style[]
ConditionMessage.Style.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionConditionMessage.ItemsBuilder.items
(ConditionMessage.Style style, Object... items) Indicate the items.ConditionMessage.ItemsBuilder.items
(ConditionMessage.Style style, Collection<?> items) Indicate the items with aConditionMessage.Style
.