Uses of Enum Class
org.springframework.boot.Banner.Mode
Package
Description
Core Spring Boot classes.
Fluent 'builder' style API to construct a
SpringApplication
.-
Uses of Banner.Mode in org.springframework.boot
Modifier 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.Modifier 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