Interface HttpExceptionHandlerAccessor
- All Known Subinterfaces:
HttpExceptionHandlerAccessor.HttpExceptionHandlerProperty, HttpRestRegistryServer<DESC,B>, HttpRestServer
- All Known Implementing Classes:
AbstractHttpRestRegistryServerDecorator, AbstractHttpRestServerDecorator, JdkHttpRestServer, JdkHttpRestServerSingleton
public interface HttpExceptionHandlerAccessor
Provides access to a
HttpExceptionHandler property.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceHttpExceptionHandlerAccessor.HttpExceptionHandlerBuilder<B extends HttpExceptionHandlerAccessor.HttpExceptionHandlerBuilder<B>>Provides a builder method for aHttpExceptionHandlerproperty returning the builder for applying multiple build operations.static interfaceExtends theHttpExceptionHandlerAccessorwith a setter method.static interfaceExtends theHttpExceptionHandlerAccessorwith a setter method. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves theHttpExceptionHandlerfrom theHttpExceptionHandlerproperty.
-
Method Details
-
getHttpExceptionHandler
HttpExceptionHandler getHttpExceptionHandler()Retrieves theHttpExceptionHandlerfrom theHttpExceptionHandlerproperty.- Returns:
- The
HttpExceptionHandlerstored by theHttpExceptionHandlerproperty.
-