Package org.jboss.resteasy.reactive.spi
Interface BeanFactory<T>
-
- All Known Implementing Classes:
LazyUnmanagedBeanFactory,ReflectionBeanFactory,SingletonBeanFactory,UnmanagedBeanFactory
public interface BeanFactory<T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceBeanFactory.BeanInstance<T>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BeanFactory.BeanInstance<T>createInstance()Creates an endpoint instance outside the scope of a request
-
-
-
Method Detail
-
createInstance
BeanFactory.BeanInstance<T> createInstance()
Creates an endpoint instance outside the scope of a request
-
-