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 SpecsSpincastOpenApiManagerDefault.getSpecsAnnotation(Object specsObj) Methods in org.spincast.plugins.openapi.bottomup with parameters of type SpecsModifier and TypeMethodDescriptionprotected voidSpincastOpenApiManagerDefault.addConsumesAnnotationToHandlerMethod(List<Annotation> handlerMethodAnnotations, Specs specs, Route<R> route) protected voidSpincastOpenApiManagerDefault.addOperationAnnotationToHandlerMethod(List<Annotation> handlerMethodAnnotations, Specs specs) protected voidSpincastOpenApiManagerDefault.addParametersAnnotationToHandlerMethod(List<Annotation> handlerMethodAnnotations, String routePath, Specs specs) protected voidSpincastOpenApiManagerDefault.addProducesAnnotationToHandlerMethod(List<Annotation> handlerMethodAnnotations, Specs specs)