Uses of Interface
org.brijframework.bean.factories.BeanScopeFactory
-
Packages that use BeanScopeFactory Package Description org.brijframework.bean.factories.asm org.brijframework.bean.factories.impl org.brijframework.bean.scope.monitor.factories org.brijframework.bean.util -
-
Uses of BeanScopeFactory in org.brijframework.bean.factories.asm
Classes in org.brijframework.bean.factories.asm that implement BeanScopeFactory Modifier and Type Class Description classAbstractBeanScopeFactory<K,T extends BeanScope> -
Uses of BeanScopeFactory in org.brijframework.bean.factories.impl
Classes in org.brijframework.bean.factories.impl that implement BeanScopeFactory Modifier and Type Class Description classAnnotationBeanScopeFactoryclassBeanScopeFactoryImplclassJsonBeanScopeFactory -
Uses of BeanScopeFactory in org.brijframework.bean.scope.monitor.factories
Classes in org.brijframework.bean.scope.monitor.factories that implement BeanScopeFactory Modifier and Type Class Description classGlobelScopeMonitorFactroy -
Uses of BeanScopeFactory in org.brijframework.bean.util
Methods in org.brijframework.bean.util with parameters of type BeanScopeFactory Modifier and Type Method Description static Map<String,?>BeanScopeUtil. setPropertiesPath(BeanScopeFactory<String,BeanScope> beanScopeFactory, Object instance, Map<String,Object> _properties, boolean isDefault, boolean isLogger)static <T> TBeanScopeUtil. setPropertyPath(BeanScopeFactory<String,BeanScope> beanScopeFactory, Object instance, String _keyPath, Object _val, boolean isDefault, boolean isLogger)
-