public class BeanCreationWithFactoryMethod extends BeanCreation
BeanCreation.BeanPreparationPriorityDot, BeanCreation.ReplacerPriorityDot| Modifier and Type | Field and Description |
|---|---|
java.lang.reflect.Method |
factoryMethod |
BeanCreation |
factorySource |
bean, beanClass, beanGetterInPublicFieldList, context, preparingClass, replaceChecker, use, varIndex| Constructor and Description |
|---|
BeanCreationWithFactoryMethod(Context context,
java.lang.Class<?> beanClass,
kz.greetgo.depinject.core.Bean bean,
BeanCreation factorySource,
java.lang.reflect.Method factoryMethod) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.List<BeanReference> |
getAdditionalBeanReferences() |
int |
hashCode() |
protected void |
markToUseAdditions() |
java.lang.String |
toString() |
protected void |
writeCreateBean(int tab,
Outer out,
java.lang.String variableName) |
beanId, beanPreparationPriority, cachedValueVarName, calculatePreparingClass, calculateReplaceChecker, calculateReplacerPriority, calculatesBeanPreparationPriority, checkBeanGetterNotPublic, fillBeanGetterHolderList, getterVarName, hasReplaceChecker, isSingleton, markToUse, preparationInfo, replacerPriority, writeBeanGettersAndInit, writeGetterpublic final BeanCreation factorySource
public final java.lang.reflect.Method factoryMethod
public BeanCreationWithFactoryMethod(Context context, java.lang.Class<?> beanClass, kz.greetgo.depinject.core.Bean bean, BeanCreation factorySource, java.lang.reflect.Method factoryMethod)
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 BeanCreationpublic boolean equals(java.lang.Object o)
equals in class BeanCreationpublic int hashCode()
hashCode in class BeanCreation