Class JsonBeanScopeFactory
- java.lang.Object
-
- org.brijframework.factories.impl.AbstractFactory<K,T>
-
- org.brijframework.bean.factories.asm.AbstractBeanScopeFactory<String,BeanScope>
-
- org.brijframework.bean.factories.impl.JsonBeanScopeFactory
-
- All Implemented Interfaces:
BeanScopeFactory<String,BeanScope>,org.brijframework.factories.Factory<String,BeanScope>,org.brijframework.factories.module.ModuleFactory<String,BeanScope>
@OrderOn(2) public final class JsonBeanScopeFactory extends AbstractBeanScopeFactory<String,BeanScope>
-
-
Constructor Summary
Constructors Constructor Description JsonBeanScopeFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BeanScopecreateBeanScope(BeanDefinition definition)static JsonBeanScopeFactorygetFactory()org.brijframework.factories.Factory<String,BeanScope>loadFactory()-
Methods inherited from class org.brijframework.bean.factories.asm.AbstractBeanScopeFactory
contains, find, findAll, getBeanDefinitionOfObject, getBeanObject, getBeanScope, getBeanScope, getBeanScopeForObject, getUniqueID, loadContainer, postregister, preregister, register
-
Methods inherited from class org.brijframework.factories.impl.AbstractFactory
clear, find, getCache, getContainer, getContainer, getEnvProperty, register, setContainer
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.brijframework.bean.factories.BeanScopeFactory
find
-
-
-
-
Method Detail
-
getFactory
@SingletonFactory public static JsonBeanScopeFactory getFactory()
-
createBeanScope
protected BeanScope createBeanScope(BeanDefinition definition)
- Specified by:
createBeanScopein classAbstractBeanScopeFactory<String,BeanScope>
-
-