Uses of Enum Class
org.springframework.boot.Banner.Mode
Packages that use Banner.Mode
Package
Description
Core Spring Boot classes.
Fluent 'builder' style API to construct a
SpringApplication
.-
Uses of Banner.Mode in org.springframework.boot
Subclasses with type arguments of type Banner.Mode in org.springframework.bootModifier and TypeClassDescriptionstatic enum
An enumeration of possible values for configuring the Banner.Methods in org.springframework.boot that return Banner.ModeModifier and TypeMethodDescriptionstatic Banner.Mode
Returns the enum constant of this class with the specified name.static Banner.Mode[]
Banner.Mode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot with parameters of type Banner.ModeModifier and TypeMethodDescriptionvoid
SpringApplication.setBannerMode
(Banner.Mode bannerMode) Sets the mode used to display the banner when the application runs. -
Uses of Banner.Mode in org.springframework.boot.builder
Methods in org.springframework.boot.builder with parameters of type Banner.Mode