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 interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates an endpoint instance outside the scope of a request
  • Method Details