Package org.refcodes.rest
Interface HttpExceptionHandlerAccessor
-
- All Known Subinterfaces:
HttpExceptionHandlerAccessor.HttpExceptionHandlerProperty,HttpRegistryRestServer<DESC,B>,HttpRestServer,LoopbackRestServer,RestServer
- All Known Implementing Classes:
AbstractHttpRegistryRestServerDecorator,AbstractHttpRestServerDecorator,AbstractRestServer,HttpRestServerImpl,HttpRestServerSingleton,LoopbackRestServerImpl,LoopbackRestServerSingleton
public interface HttpExceptionHandlerAccessorProvides access to aHttpExceptionHandlerproperty.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceHttpExceptionHandlerAccessor.HttpExceptionHandlerBuilder<B extends HttpExceptionHandlerAccessor.HttpExceptionHandlerBuilder<B>>Provides a builder method for aHttpExceptionHandlerproperty returning the builder for applying multiple build operations.static interfaceHttpExceptionHandlerAccessor.HttpExceptionHandlerMutatorExtends theHttpExceptionHandlerAccessorwith a setter method.static interfaceHttpExceptionHandlerAccessor.HttpExceptionHandlerPropertyExtends theHttpExceptionHandlerAccessorwith a setter method.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpExceptionHandlergetHttpExceptionHandler()Retrieves theHttpExceptionHandlerfrom theHttpExceptionHandlerproperty.
-
-
-
Method Detail
-
getHttpExceptionHandler
HttpExceptionHandler getHttpExceptionHandler()
Retrieves theHttpExceptionHandlerfrom theHttpExceptionHandlerproperty.- Returns:
- The
HttpExceptionHandlerstored by theHttpExceptionHandlerproperty.
-
-