Uses of Class
io.smallrye.openapi.runtime.scanner.ResourceParameters
-
Packages that use ResourceParameters Package Description io.smallrye.openapi.runtime.scanner.spi -
-
Uses of ResourceParameters in io.smallrye.openapi.runtime.scanner.spi
Methods in io.smallrye.openapi.runtime.scanner.spi that return ResourceParameters Modifier and Type Method Description protected ResourceParametersAbstractParameterProcessor. process(org.jboss.jandex.ClassInfo resourceClass, org.jboss.jandex.MethodInfo resourceMethod)Methods in io.smallrye.openapi.runtime.scanner.spi with parameters of type ResourceParameters Modifier and Type Method Description protected voidAbstractParameterProcessor. processFinalize(org.jboss.jandex.ClassInfo resourceClass, org.jboss.jandex.MethodInfo resourceMethod, ResourceParameters parameters)protected voidAbstractParameterProcessor. processOperationParameters(org.jboss.jandex.MethodInfo resourceMethod, ResourceParameters parameters)protected voidAbstractParameterProcessor. processPathParameters(org.jboss.jandex.ClassInfo resourceClass, org.jboss.jandex.MethodInfo resourceMethod, ResourceParameters parameters)default org.eclipse.microprofile.openapi.models.parameters.RequestBodyAnnotationScanner. processRequestBody(AnnotationScannerContext context, org.jboss.jandex.MethodInfo method, ResourceParameters params)Process the request body
-