Uses of Enum Class
org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
Packages that use ConditionMessage.Style
Package
Description
@Condition annotations and supporting classes.-
Uses of ConditionMessage.Style in org.springframework.boot.autoconfigure.condition
Methods in org.springframework.boot.autoconfigure.condition that return ConditionMessage.StyleModifier and TypeMethodDescriptionstatic ConditionMessage.StyleReturns 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.Methods in org.springframework.boot.autoconfigure.condition with parameters of type ConditionMessage.StyleModifier 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.