Package org.brijframework.bean.factories
Interface BeanScopeFactory<K,T>
-
- All Superinterfaces:
org.brijframework.factories.Factory<K,T>,org.brijframework.factories.module.ModuleFactory<K,T>
- All Known Implementing Classes:
AbstractBeanScopeFactory,AnnotationBeanScopeFactory,BeanScopeFactoryImpl,GlobelScopeMonitorFactroy,JsonBeanScopeFactory
public interface BeanScopeFactory<K,T> extends org.brijframework.factories.module.ModuleFactory<K,T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancontains(K key)Tfind(Class<? extends Object> beanClass)Tfind(K key)List<T>findAll(Class<? extends Object> beanClass)BeanDefinitiongetBeanDefinitionOfObject(Object current)ObjectgetBeanObject(String object)TgetBeanScopeForObject(Object object)
-
-
-
Method Detail
-
contains
boolean contains(K key)
-
getBeanDefinitionOfObject
BeanDefinition getBeanDefinitionOfObject(Object current)
-
-