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
Subclasses with type arguments of type ConditionMessage.Style in org.springframework.boot.autoconfigure.conditionMethods 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 @Nullable ... items) Indicate the items.ConditionMessage.ItemsBuilder.items(ConditionMessage.Style style, @Nullable Collection<?> items) Indicate the items with aConditionMessage.Style.