Class ReflectionBeanFactory<T>
java.lang.Object
org.jboss.resteasy.reactive.common.reflection.ReflectionBeanFactory<T>
- All Implemented Interfaces:
BeanFactory<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.resteasy.reactive.spi.BeanFactory
BeanFactory.BeanInstance<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates an endpoint instance outside the scope of a request
-
Constructor Details
-
ReflectionBeanFactory
-
-
Method Details
-
createInstance
Description copied from interface:BeanFactory
Creates an endpoint instance outside the scope of a request- Specified by:
createInstance
in interfaceBeanFactory<T>
-