| Modifier and Type | Field | Description |
|---|---|---|
protected HttpExceptionHandling |
AbstractRestServer._httpExceptionHandling |
| Modifier and Type | Method | Description |
|---|---|---|
HttpExceptionHandling |
AbstractRestServer.getHttpExceptionHandling() |
Retrieves the
HttpExceptionHandling from the
HttpExceptionHandling property. |
HttpExceptionHandling |
HttpExceptionHandlingAccessor.getHttpExceptionHandling() |
Retrieves the
HttpExceptionHandling from the
HttpExceptionHandling property. |
static HttpExceptionHandling |
HttpExceptionHandling.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static HttpExceptionHandling[] |
HttpExceptionHandling.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
AbstractRestServer.setHttpExceptionHandling(HttpExceptionHandling aHttpErrorHandling) |
Sets the
HttpExceptionHandling for the HttpExceptionHandling
property. |
void |
HttpExceptionHandlingAccessor.HttpExceptionHandlingMutator.setHttpExceptionHandling(HttpExceptionHandling aHttpExceptionHandling) |
Sets the
HttpExceptionHandling for the HttpExceptionHandling
property. |
B |
HttpExceptionHandlingAccessor.HttpExceptionHandlingBuilder.withHttpExceptionHandling(HttpExceptionHandling aHttpExceptionHandling) |
Sets the
HttpExceptionHandling for the HttpExceptionHandling
property. |
default HttpRestServer |
HttpRestServer.withHttpExceptionHandling(HttpExceptionHandling aHttpErrorHandling) |
Sets the
HttpExceptionHandling for the HttpExceptionHandling
property. |
default LoopbackRestServer |
LoopbackRestServer.withHttpExceptionHandling(HttpExceptionHandling aHttpErrorHandling) |
Sets the
HttpExceptionHandling for the HttpExceptionHandling
property. |
Copyright © 2018. All rights reserved.