Uses of Enum
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
Methods in org.springframework.boot that return Banner.ModeModifier and TypeMethodDescriptionstatic Banner.Mode
Returns the enum constant of this type with the specified name.static Banner.Mode[]
Banner.Mode.values()
Returns an array containing the constants of this enum type, 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