すべてのメソッド インスタンス・メソッド abstractメソッド concreteメソッド
| 修飾子とタイプ |
メソッドと説明 |
protected ComponentDef |
createComponentDef(Class<?> componentClass) |
protected ComponentDef |
createComponentDef(Class<?> componentClass,
InstanceDef instanceDef) |
PropertyDef |
createPropertyDef(AnnotationHandler annotationHandler,
BeanDesc beanDesc,
Field field) |
PropertyDef |
createPropertyDef(AnnotationHandler annotationHandler,
BeanDesc beanDesc,
PropertyDesc propertyDesc) |
protected PropertyDef |
createPropertyDef(String propertyName,
AccessTypeDef accessTypeDef) |
protected abstract PropertyDef |
createPropertyDef(String name,
AccessTypeDef accessTypeDef,
ANNO annotation) |
protected PropertyDef |
createPropertyDef(String propertyName,
AccessTypeDef accessTypeDef,
ComponentDef child) |
protected PropertyDef |
createPropertyDef(String propertyName,
AccessTypeDef accessTypeDef,
String expression) |
protected PropertyDef |
createPropertyDef(String propertyName,
AccessTypeDef accessTypeDef,
String expression,
ComponentDef child) |
protected abstract Class<ANNO> |
getAnnotationType() |