Package | Description |
---|---|
org.springframework.boot.autoconfigure.web |
Auto-configuration for common web concerns.
|
Modifier and Type | Method and Description |
---|---|
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.
|