Package org.springdoc.core
Class ControllerAdviceInfo
- java.lang.Object
-
- org.springdoc.core.ControllerAdviceInfo
-
public class ControllerAdviceInfo extends Object
The type Controller advice info.- Author:
- bnasslahsen
-
-
Constructor Summary
Constructors Constructor Description ControllerAdviceInfo(Object controllerAdvice)
Instantiates a new Controller advice info.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,io.swagger.v3.oas.models.responses.ApiResponse>
getApiResponseMap()
Gets api response map.Object
getControllerAdvice()
Gets controller advice.
-
-
-
Constructor Detail
-
ControllerAdviceInfo
public ControllerAdviceInfo(Object controllerAdvice)
Instantiates a new Controller advice info.- Parameters:
controllerAdvice
- the controller advice
-
-