Module rxmicro.documentation
Package io.rxmicro.documentation
Annotation Type ModelExceptionErrorResponse
-
@Documented @Retention(SOURCE) @Target({METHOD,TYPE}) @Repeatable(List.class) public @interface ModelExceptionErrorResponse
Denotes the exception class to be analyzed by theRxMicro Annotation Processorfor generating the unsuccessful HTTP response description of REST-based microservice.- Since:
- 0.1
- Author:
- nedis
- See Also:
Description,Example,IncludeDescription,IncludeMode,SimpleErrorResponse
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<? extends HttpErrorException>valueReturns the HTTP error exception class.
-
-
-
Element Detail
-
value
Class<? extends HttpErrorException> value
Returns the HTTP error exception class.- Returns:
- the HTTP error exception class
-
-