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
    Constructor
    Description
    RESTEasyExtension(org.jboss.jandex.IndexView index)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jboss.jandex.Type
    resolveAsyncType(org.jboss.jandex.Type type)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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:
      resolveAsyncType in interface io.smallrye.openapi.runtime.scanner.AnnotationScannerExtension