java.lang.Object
io.quarkus.resteasy.reactive.common.deployment.FactoryUtils

public class FactoryUtils extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static <T> org.jboss.resteasy.reactive.spi.BeanFactory<T>
    factory(String providerClass, Set<String> singletons, io.quarkus.resteasy.reactive.common.runtime.ResteasyReactiveCommonRecorder recorder, io.quarkus.arc.deployment.BeanContainerBuildItem beanContainerBuildItem)
     
    static <T> org.jboss.resteasy.reactive.spi.BeanFactory<T>
    factory(org.jboss.jandex.ClassInfo providerClass, Set<String> singletons, io.quarkus.resteasy.reactive.common.runtime.ResteasyReactiveCommonRecorder recorder, io.quarkus.arc.deployment.BeanContainerBuildItem beanContainerBuildItem)
     

    Methods inherited from class java.lang.Object

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

    • FactoryUtils

      public FactoryUtils()
  • Method Details

    • factory

      public static <T> org.jboss.resteasy.reactive.spi.BeanFactory<T> factory(org.jboss.jandex.ClassInfo providerClass, Set<String> singletons, io.quarkus.resteasy.reactive.common.runtime.ResteasyReactiveCommonRecorder recorder, io.quarkus.arc.deployment.BeanContainerBuildItem beanContainerBuildItem)
    • factory

      public static <T> org.jboss.resteasy.reactive.spi.BeanFactory<T> factory(String providerClass, Set<String> singletons, io.quarkus.resteasy.reactive.common.runtime.ResteasyReactiveCommonRecorder recorder, io.quarkus.arc.deployment.BeanContainerBuildItem beanContainerBuildItem)