Class QuarkusInjectorFactory

java.lang.Object
org.jboss.resteasy.core.InjectorFactoryImpl
io.quarkus.resteasy.common.runtime.QuarkusInjectorFactory
All Implemented Interfaces:
org.jboss.resteasy.spi.InjectorFactory

public class QuarkusInjectorFactory extends org.jboss.resteasy.core.InjectorFactoryImpl
  • Field Summary

    Fields inherited from class org.jboss.resteasy.core.InjectorFactoryImpl

    INSTANCE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jboss.resteasy.spi.ConstructorInjector
    createConstructor(Constructor constructor, org.jboss.resteasy.spi.ResteasyProviderFactory providerFactory)
     
    org.jboss.resteasy.spi.ConstructorInjector
    createConstructor(org.jboss.resteasy.spi.metadata.ResourceConstructor constructor, org.jboss.resteasy.spi.ResteasyProviderFactory providerFactory)
     
    org.jboss.resteasy.spi.PropertyInjector
    createPropertyInjector(Class resourceClass, org.jboss.resteasy.spi.ResteasyProviderFactory providerFactory)
     
    org.jboss.resteasy.spi.PropertyInjector
    createPropertyInjector(org.jboss.resteasy.spi.metadata.ResourceClass resourceClass, org.jboss.resteasy.spi.ResteasyProviderFactory providerFactory)
     

    Methods inherited from class org.jboss.resteasy.core.InjectorFactoryImpl

    createMethodInjector, createParameterExtractor, createParameterExtractor, createParameterExtractor

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • QuarkusInjectorFactory

      public QuarkusInjectorFactory()
  • Method Details

    • createConstructor

      public org.jboss.resteasy.spi.ConstructorInjector createConstructor(Constructor constructor, org.jboss.resteasy.spi.ResteasyProviderFactory providerFactory)
      Specified by:
      createConstructor in interface org.jboss.resteasy.spi.InjectorFactory
      Overrides:
      createConstructor in class org.jboss.resteasy.core.InjectorFactoryImpl
    • createConstructor

      public org.jboss.resteasy.spi.ConstructorInjector createConstructor(org.jboss.resteasy.spi.metadata.ResourceConstructor constructor, org.jboss.resteasy.spi.ResteasyProviderFactory providerFactory)
      Specified by:
      createConstructor in interface org.jboss.resteasy.spi.InjectorFactory
      Overrides:
      createConstructor in class org.jboss.resteasy.core.InjectorFactoryImpl
    • createPropertyInjector

      public org.jboss.resteasy.spi.PropertyInjector createPropertyInjector(Class resourceClass, org.jboss.resteasy.spi.ResteasyProviderFactory providerFactory)
      Specified by:
      createPropertyInjector in interface org.jboss.resteasy.spi.InjectorFactory
      Overrides:
      createPropertyInjector in class org.jboss.resteasy.core.InjectorFactoryImpl
    • createPropertyInjector

      public org.jboss.resteasy.spi.PropertyInjector createPropertyInjector(org.jboss.resteasy.spi.metadata.ResourceClass resourceClass, org.jboss.resteasy.spi.ResteasyProviderFactory providerFactory)
      Specified by:
      createPropertyInjector in interface org.jboss.resteasy.spi.InjectorFactory
      Overrides:
      createPropertyInjector in class org.jboss.resteasy.core.InjectorFactoryImpl