Package | Description |
---|---|
org.springframework.boot.autoconfigure.web |
Auto-configuration for common web concerns.
|
Modifier and Type | Method and Description |
---|---|
ErrorProperties.IncludeAttribute |
ErrorProperties.getIncludeBindingErrors() |
ErrorProperties.IncludeAttribute |
ErrorProperties.getIncludeMessage() |
static ErrorProperties.IncludeAttribute |
ErrorProperties.IncludeAttribute.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorProperties.IncludeAttribute[] |
ErrorProperties.IncludeAttribute.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.setIncludeBindingErrors(ErrorProperties.IncludeAttribute includeBindingErrors) |
void |
ErrorProperties.setIncludeMessage(ErrorProperties.IncludeAttribute includeMessage) |