Uses of Enum Class
org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication.Type
Packages that use ConditionalOnWebApplication.Type
Package
Description
@Condition annotations and supporting classes.-
Uses of ConditionalOnWebApplication.Type in org.springframework.boot.autoconfigure.condition
Methods in org.springframework.boot.autoconfigure.condition that return ConditionalOnWebApplication.TypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ConditionalOnWebApplication.Type[]ConditionalOnWebApplication.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.