public class DefaultHttpErrorAttributesAdapter extends Object implements HttpErrorAttributesAdapter
HttpErrorAttributesAdapter which converts the given
HttpError to a Map like following:
{
"errors": [
{
"code": "the_code",
"message": "the_message"
}, ...
]
}
| Constructor and Description |
|---|
DefaultHttpErrorAttributesAdapter() |
Copyright © 2018. All rights reserved.