public class BeanCreationWithDefaultConstructor extends BeanCreation
BeanCreation.BeanPreparationPriorityDot, BeanCreation.ReplacerPriorityDotbeanClass, beanGetterDotList, context, preparingClass, replaceChecker, singleton, use, varIndex| Constructor and Description |
|---|
BeanCreationWithDefaultConstructor(Context context,
java.lang.Class<?> beanClass,
boolean singleton) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkBeanGetterNotPublic() |
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, equals, fillBeanGetterDotList, getterVarName, hashCode, hasReplaceChecker, markToUse, preparationInfo, replacerPriority, writeBeanGettersAndInit, writeGetterpublic BeanCreationWithDefaultConstructor(Context context, java.lang.Class<?> beanClass, boolean singleton)
public java.util.List<BeanReference> getAdditionalBeanReferences()
getAdditionalBeanReferences in class BeanCreationpublic java.lang.String toString()
toString in class java.lang.Objectprotected void markToUseAdditions()
markToUseAdditions in class BeanCreationprotected void writeCreateBean(int tab,
Outer out,
java.lang.String variableName)
writeCreateBean in class BeanCreationpublic void checkBeanGetterNotPublic()
checkBeanGetterNotPublic in class BeanCreation