Package | Description |
---|---|
org.springframework.boot.autoconfigure.web |
Auto-configuration for embedded servlet containers and Spring MVC.
|
Modifier and Type | Method and Description |
---|---|
ErrorProperties.IncludeStacktrace |
ErrorProperties.getIncludeStacktrace() |
static ErrorProperties.IncludeStacktrace |
ErrorProperties.IncludeStacktrace.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorProperties.IncludeStacktrace[] |
ErrorProperties.IncludeStacktrace.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ErrorProperties.setIncludeStacktrace(ErrorProperties.IncludeStacktrace includeStacktrace) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.