Class ArcBeanFactory<T>
java.lang.Object
io.quarkus.resteasy.reactive.common.runtime.ArcBeanFactory<T>
- All Implemented Interfaces:
org.jboss.resteasy.reactive.spi.BeanFactory<T>
public class ArcBeanFactory<T>
extends Object
implements org.jboss.resteasy.reactive.spi.BeanFactory<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.resteasy.reactive.spi.BeanFactory
org.jboss.resteasy.reactive.spi.BeanFactory.BeanInstance<T> -
Constructor Summary
ConstructorsConstructorDescriptionArcBeanFactory(Class<T> target, io.quarkus.arc.runtime.BeanContainer beanContainer) -
Method Summary