Package org.refcodes.rest
Interface HttpExceptionHandlingAccessor
-
- All Known Subinterfaces:
HttpExceptionHandlingAccessor.HttpExceptionHandlingProperty,HttpRegistryRestServer<DESC,B>,HttpRestServer,LoopbackRestServer,RestServer
- All Known Implementing Classes:
AbstractHttpRegistryRestServerDecorator,AbstractHttpRestServerDecorator,AbstractRestServer,HttpRestServerImpl,HttpRestServerSingleton,LoopbackRestServerImpl,LoopbackRestServerSingleton
public interface HttpExceptionHandlingAccessorProvides access to aHttpExceptionHandlingproperty.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceHttpExceptionHandlingAccessor.HttpExceptionHandlingBuilder<B extends HttpExceptionHandlingAccessor.HttpExceptionHandlingBuilder<B>>Provides a builder method for aHttpExceptionHandlingproperty returning the builder for applying multiple build operations.static interfaceHttpExceptionHandlingAccessor.HttpExceptionHandlingMutatorExtends theHttpExceptionHandlingAccessorwith a setter method.static interfaceHttpExceptionHandlingAccessor.HttpExceptionHandlingPropertyExtends theHttpExceptionHandlingAccessorwith a setter method.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpExceptionHandlinggetHttpExceptionHandling()Retrieves theHttpExceptionHandlingfrom theHttpExceptionHandlingproperty.
-
-
-
Method Detail
-
getHttpExceptionHandling
HttpExceptionHandling getHttpExceptionHandling()
Retrieves theHttpExceptionHandlingfrom theHttpExceptionHandlingproperty.- Returns:
- The
HttpExceptionHandlingstored by theHttpExceptionHandlingproperty.
-
-