Interface BeanDefinition
-
- All Superinterfaces:
org.brijframework.lifecycle.Initializer
- All Known Implementing Classes:
BeanDefinitionImpl
public interface BeanDefinition extends org.brijframework.lifecycle.Initializer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BeanDefinationConstructorgetConstructor()StringgetFactoryClass()StringgetFactoryMethod()StringgetId()StringgetName()org.brijframework.model.diffination.ModelTypeDeffinationgetOwner()Map<String,Object>getProperties()org.brijframework.support.enums.ScopegetScope()
-
-
-
Method Detail
-
getScope
org.brijframework.support.enums.Scope getScope()
-
getId
String getId()
-
getName
String getName()
-
getOwner
org.brijframework.model.diffination.ModelTypeDeffination getOwner()
-
getConstructor
BeanDefinationConstructor getConstructor()
-
getFactoryClass
String getFactoryClass()
-
getFactoryMethod
String getFactoryMethod()
-
-