Uses of Annotation Interface
org.spincast.plugins.openapi.bottomup.Specs
Packages that use Specs
-
Uses of Specs in org.spincast.plugins.openapi.bottomup
Methods in org.spincast.plugins.openapi.bottomup that return SpecsModifier and TypeMethodDescriptionprotected Specs
SpincastOpenApiManagerDefault.getSpecsAnnotation
(Object specsObj) Methods in org.spincast.plugins.openapi.bottomup with parameters of type SpecsModifier 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)