public class BeanCreationWithBeanFactory extends BeanCreation
BeanCreation.BeanPreparationPriorityDot, BeanCreation.ReplacerPriorityDot| Modifier and Type | Field and Description |
|---|---|
BeanReference |
beanFactorySource |
beanClass, beanGetterDotList, context, preparingClass, replaceChecker, singleton, use, varIndex| Constructor and Description |
|---|
BeanCreationWithBeanFactory(Context context,
java.lang.Class<?> beanClass,
boolean singleton,
BeanReference beanFactorySource) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<BeanReference> |
getAdditionalBeanReferences() |
protected void |
markToUseAdditions() |
java.lang.String |
toString() |
protected void |
writeCreateBean(int tab,
Outer out,
java.lang.String variableName) |
beanPreparationPriority, cachedValueVarName, calculatePreparingClass, calculateReplaceChecker, calculateReplacerPriority, calculatesBeanPreparationPriority, checkBeanGetterNotPublic, equals, fillBeanGetterDotList, getterVarName, hashCode, hasReplaceChecker, markToUse, preparationInfo, replacerPriority, writeBeanGettersAndInit, writeGetterpublic final BeanReference beanFactorySource
public BeanCreationWithBeanFactory(Context context, java.lang.Class<?> beanClass, boolean singleton, BeanReference beanFactorySource)
public java.lang.String toString()
toString in class java.lang.Objectpublic java.util.List<BeanReference> getAdditionalBeanReferences()
getAdditionalBeanReferences in class BeanCreationprotected void markToUseAdditions()
markToUseAdditions in class BeanCreationprotected void writeCreateBean(int tab,
Outer out,
java.lang.String variableName)
writeCreateBean in class BeanCreation