Class QuarkusFactoryCreator
- java.lang.Object
-
- io.quarkus.resteasy.reactive.common.deployment.QuarkusFactoryCreator
-
-
Field Summary
Fields Modifier and Type Field Description (package private) io.quarkus.arc.runtime.BeanContainerbeanContainer(package private) ResteasyReactiveCommonRecorderrecorder
-
Constructor Summary
Constructors Constructor Description QuarkusFactoryCreator(ResteasyReactiveCommonRecorder recorder, io.quarkus.arc.runtime.BeanContainer beanContainer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.resteasy.reactive.spi.BeanFactory<Object>apply(String s)
-
-
-
Field Detail
-
recorder
final ResteasyReactiveCommonRecorder recorder
-
beanContainer
final io.quarkus.arc.runtime.BeanContainer beanContainer
-
-
Constructor Detail
-
QuarkusFactoryCreator
public QuarkusFactoryCreator(ResteasyReactiveCommonRecorder recorder, io.quarkus.arc.runtime.BeanContainer beanContainer)
-
-