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 String[]AbstractAnnotationScanner. getDefaultConsumes(AnnotationScannerContext context, org.jboss.jandex.MethodInfo methodInfo, ResourceParameters params)String[]AnnotationScanner. getDefaultConsumes(AnnotationScannerContext context, org.jboss.jandex.MethodInfo methodInfo, ResourceParameters params)default org.jboss.jandex.TypeAnnotationScanner. getRequestBodyParameterClassType(AnnotationScannerContext context, org.jboss.jandex.MethodInfo method, ResourceParameters params)Go through the method parameters looking for one that is not a Kotlin Continuation, is not annotated with a jax-rs/spring annotation, and is not a known path parameter.default booleanAnnotationScanner. isPathParameter(AnnotationScannerContext context, String name, ResourceParameters params)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
-