Class RESTEasyExtension
java.lang.Object
io.quarkus.smallrye.openapi.deployment.RESTEasyExtension
- All Implemented Interfaces:
io.smallrye.openapi.runtime.scanner.AnnotationScannerExtension
public class RESTEasyExtension
extends Object
implements io.smallrye.openapi.runtime.scanner.AnnotationScannerExtension
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.smallrye.openapi.runtime.scanner.AnnotationScannerExtension
io.smallrye.openapi.runtime.scanner.AnnotationScannerExtension.Default -
Field Summary
Fields inherited from interface io.smallrye.openapi.runtime.scanner.AnnotationScannerExtension
DEFAULT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.jandex.TyperesolveAsyncType(org.jboss.jandex.Type type) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.smallrye.openapi.runtime.scanner.AnnotationScannerExtension
isScannerAnnotationExtension, parseExtension, parseSchema, parseValue, processScannerApplications
-
Constructor Details
-
RESTEasyExtension
public RESTEasyExtension(org.jboss.jandex.IndexView index)
-
-
Method Details
-
resolveAsyncType
public org.jboss.jandex.Type resolveAsyncType(org.jboss.jandex.Type type) - Specified by:
resolveAsyncTypein interfaceio.smallrye.openapi.runtime.scanner.AnnotationScannerExtension
-