Module org.refcodes.rest
Package org.refcodes.rest
Interface HttpExceptionHandlingAccessor.HttpExceptionHandlingBuilder<B extends HttpExceptionHandlingAccessor.HttpExceptionHandlingBuilder<B>>
-
- Type Parameters:
B
- The builder to return in order to be able to apply multiple build operations.
- All Known Subinterfaces:
HttpRegistryRestServer<DESC,B>
,HttpRestServer
,LoopbackRestServer
,RestServer
- All Known Implementing Classes:
AbstractHttpRegistryRestServerDecorator
,AbstractHttpRestServerDecorator
,AbstractRestServer
,HttpRestServerImpl
,HttpRestServerSingleton
,LoopbackRestServerImpl
,LoopbackRestServerSingleton
- Enclosing interface:
- HttpExceptionHandlingAccessor
public static interface HttpExceptionHandlingAccessor.HttpExceptionHandlingBuilder<B extends HttpExceptionHandlingAccessor.HttpExceptionHandlingBuilder<B>>
Provides a builder method for aHttpExceptionHandling
property returning the builder for applying multiple build operations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description B
withHttpExceptionHandling(HttpExceptionHandling aHttpExceptionHandling)
Sets theHttpExceptionHandling
for theHttpExceptionHandling
property.
-
-
-
Method Detail
-
withHttpExceptionHandling
B withHttpExceptionHandling(HttpExceptionHandling aHttpExceptionHandling)
Sets theHttpExceptionHandling
for theHttpExceptionHandling
property.- Parameters:
aHttpExceptionHandling
- TheHttpExceptionHandling
to be stored by theHttpExceptionHandling
property.- Returns:
- The builder for applying multiple build operations.
-
-