Uses of Annotation Interface
org.spincast.plugins.openapi.bottomup.Specs
-
Uses of Specs in org.spincast.plugins.openapi.bottomup
Modifier and TypeMethodDescriptionprotected Specs
SpincastOpenApiManagerDefault.getSpecsAnnotation
(Object specsObj) Modifier and TypeMethodDescriptionprotected void
SpincastOpenApiManagerDefault.addConsumesAnnotationToHandlerMethod
(List<Annotation> handlerMethodAnnotations, Specs specs, Route<R> route) protected void
SpincastOpenApiManagerDefault.addOperationAnnotationToHandlerMethod
(List<Annotation> handlerMethodAnnotations, Specs specs) protected void
SpincastOpenApiManagerDefault.addParametersAnnotationToHandlerMethod
(List<Annotation> handlerMethodAnnotations, String routePath, Specs specs) protected void
SpincastOpenApiManagerDefault.addProducesAnnotationToHandlerMethod
(List<Annotation> handlerMethodAnnotations, Specs specs)