Uses of Interface
org.brijframework.bean.definition.BeanDefinition
-
-
Uses of BeanDefinition in org.brijframework.bean.context
Methods in org.brijframework.bean.context that return BeanDefinition Modifier and Type Method Description BeanDefinitionBeanContext. getBeanDefinition(String name)Methods in org.brijframework.bean.context that return types with arguments of type BeanDefinition Modifier and Type Method Description List<? extends BeanDefinition>BeanContext. getBeanDefinitionList()List<? extends BeanDefinition>BeanContext. getBeanDefinitionList(Class<?> metaClass)List<? extends BeanDefinition>BeanContext. getBeanDefinitionList(String model)List<? extends BeanDefinition>BeanContext. getBeanDefinitionList(org.brijframework.support.enums.Scope scope) -
Uses of BeanDefinition in org.brijframework.bean.context.asm
Methods in org.brijframework.bean.context.asm that return BeanDefinition Modifier and Type Method Description BeanDefinitionAbstractBeanContext. getBeanDefinition(String name)Methods in org.brijframework.bean.context.asm that return types with arguments of type BeanDefinition Modifier and Type Method Description List<? extends BeanDefinition>AbstractBeanContext. getBeanDefinitionList()List<? extends BeanDefinition>AbstractBeanContext. getBeanDefinitionList(Class<?> metaClass)List<? extends BeanDefinition>AbstractBeanContext. getBeanDefinitionList(String model)List<BeanDefinition>AbstractBeanContext. getBeanDefinitionList(org.brijframework.support.enums.Scope scope) -
Uses of BeanDefinition in org.brijframework.bean.definition.impl
Classes in org.brijframework.bean.definition.impl that implement BeanDefinition Modifier and Type Class Description classBeanDefinitionImpl -
Uses of BeanDefinition in org.brijframework.bean.factories
Methods in org.brijframework.bean.factories that return BeanDefinition Modifier and Type Method Description BeanDefinitionBeanScopeFactory. getBeanDefinitionOfObject(Object current) -
Uses of BeanDefinition in org.brijframework.bean.factories.asm
Methods in org.brijframework.bean.factories.asm that return BeanDefinition Modifier and Type Method Description BeanDefinitionAbstractBeanScopeFactory. getBeanDefinitionOfObject(Object object)Methods in org.brijframework.bean.factories.asm with parameters of type BeanDefinition Modifier and Type Method Description protected abstract TAbstractBeanScopeFactory. createBeanScope(BeanDefinition definition)TAbstractBeanScopeFactory. getBeanScope(BeanDefinition definition, K uniqueID)StringAbstractBeanScopeFactory. getUniqueID(BeanDefinition datainfo)BeanScopeAbstractBeanScopeFactory. register(K key, BeanDefinition definition) -
Uses of BeanDefinition in org.brijframework.bean.factories.definition
Methods in org.brijframework.bean.factories.definition that return types with arguments of type BeanDefinition Modifier and Type Method Description List<BeanDefinition>BeanDefinitionFactory. findAll(Class<?> cls)List<BeanDefinition>BeanDefinitionFactory. findAllByModel(String model) -
Uses of BeanDefinition in org.brijframework.bean.factories.definition.asm
Methods in org.brijframework.bean.factories.definition.asm that return BeanDefinition Modifier and Type Method Description BeanDefinitionAbstractBeanDefinitionFactory. find(String modelKey)BeanDefinitionAbstractBeanDefinitionFactory. getContainer(String modelKey)BeanDefinitionAbstractBeanDefinitionFactory. register(String key, BeanDefinition value)Methods in org.brijframework.bean.factories.definition.asm that return types with arguments of type BeanDefinition Modifier and Type Method Description List<BeanDefinition>AbstractBeanDefinitionFactory. findAll(Class<?> cls)List<BeanDefinition>AbstractBeanDefinitionFactory. findAllByModel(String model)Methods in org.brijframework.bean.factories.definition.asm with parameters of type BeanDefinition Modifier and Type Method Description voidAbstractBeanDefinitionFactory. loadContainer(String key, BeanDefinition value)protected voidAbstractBeanDefinitionFactory. postregister(String key, BeanDefinition value)protected voidAbstractBeanDefinitionFactory. preregister(String key, BeanDefinition value)BeanDefinitionAbstractBeanDefinitionFactory. register(String key, BeanDefinition value) -
Uses of BeanDefinition in org.brijframework.bean.factories.impl
Methods in org.brijframework.bean.factories.impl with parameters of type BeanDefinition Modifier and Type Method Description protected BeanScopeAnnotationBeanScopeFactory. createBeanScope(BeanDefinition definition)protected BeanScopeBeanScopeFactoryImpl. createBeanScope(BeanDefinition definition)protected BeanScopeJsonBeanScopeFactory. createBeanScope(BeanDefinition definition) -
Uses of BeanDefinition in org.brijframework.bean.group.beanmeta
Methods in org.brijframework.bean.group.beanmeta that return types with arguments of type BeanDefinition Modifier and Type Method Description ConcurrentHashMap<String,BeanDefinition>BeanMetaDataGroup. getCache() -
Uses of BeanDefinition in org.brijframework.bean.scope
Methods in org.brijframework.bean.scope that return BeanDefinition Modifier and Type Method Description BeanDefinitionBeanScope. getBeanDefinition()BeanDefinitionBeanScope. getDefinition()Methods in org.brijframework.bean.scope with parameters of type BeanDefinition Modifier and Type Method Description voidBeanScope. setBeanDefinition(BeanDefinition definition)voidBeanScope. setDefinition(BeanDefinition definition) -
Uses of BeanDefinition in org.brijframework.bean.scope.monitor
Constructors in org.brijframework.bean.scope.monitor with parameters of type BeanDefinition Constructor Description GlobelScope(BeanDefinition definition) -
Uses of BeanDefinition in org.brijframework.bean.scope.monitor.factories
Methods in org.brijframework.bean.scope.monitor.factories with parameters of type BeanDefinition Modifier and Type Method Description protected GlobelScopeGlobelScopeMonitorFactroy. createBeanScope(BeanDefinition definition) -
Uses of BeanDefinition in org.brijframework.bean.util
Methods in org.brijframework.bean.util with parameters of type BeanDefinition Modifier and Type Method Description static <T> TBeanScopeUtil. getPropertyPath(Object instance, String keyPoint, BeanDefinition beanDefinition, org.brijframework.model.diffination.ModelPropertyDiffination getterMeta, boolean isLogger)static org.brijframework.model.diffination.ModelPropertyDiffinationBeanScopeUtil. getterPropertyDefination(BeanDefinition beanDefinition, String keyPoint)static <T> TBeanScopeUtil. setPropertyPath(Object instance, String keyPoint, Object _val, BeanDefinition beanDefinition, org.brijframework.model.diffination.ModelPropertyDiffination setterMeta)static org.brijframework.model.diffination.ModelPropertyDiffinationBeanScopeUtil. setterPropertyDefination(BeanDefinition beanDefinition, String keyPoint)
-