Interface HttpExceptionHandlingAccessor
- All Known Subinterfaces:
HttpExceptionHandlingAccessor.HttpExceptionHandlingProperty,HttpRestRegistryServer<DESC,,B> HttpRestServer
- All Known Implementing Classes:
AbstractHttpRestRegistryServerDecorator,AbstractHttpRestServerDecorator,JdkHttpRestServer,JdkHttpRestServerSingleton
public interface HttpExceptionHandlingAccessor
Provides access to a
HttpExceptionHandling property.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceHttpExceptionHandlingAccessor.HttpExceptionHandlingBuilder<B extends HttpExceptionHandlingAccessor.HttpExceptionHandlingBuilder<B>>Provides a builder method for aHttpExceptionHandlingproperty returning the builder for applying multiple build operations.static interfaceExtends theHttpExceptionHandlingAccessorwith a setter method.static interfaceExtends theHttpExceptionHandlingAccessorwith a setter method. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves theHttpExceptionHandlingfrom theHttpExceptionHandlingproperty.
-
Method Details
-
getHttpExceptionHandling
HttpExceptionHandling getHttpExceptionHandling()Retrieves theHttpExceptionHandlingfrom theHttpExceptionHandlingproperty.- Returns:
- The
HttpExceptionHandlingstored by theHttpExceptionHandlingproperty.
-