| Package | Description | 
|---|---|
| org.springframework.boot | Core Spring Boot classes. | 
| org.springframework.boot.builder | Fluent 'builder' style API to construct a
  SpringApplication. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Banner.Mode | Banner.Mode. valueOf(String name)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. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SpringApplication. setBannerMode(Banner.Mode bannerMode)Sets the mode used to display the banner when the application runs. | 
| Modifier and Type | Method and Description | 
|---|---|
| SpringApplicationBuilder | SpringApplicationBuilder. bannerMode(Banner.Mode bannerMode) | 
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.