| 修飾子とタイプ | メソッドと説明 |
|---|---|
static AnnotationHandler |
AnnotationHandlerFactory.getAnnotationHandler() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static void |
AnnotationHandlerFactory.setAnnotationHandler(AnnotationHandler handler) |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
AbstractAnnotationHandler |
class |
ConstantAnnotationHandler |
class |
TigerAnnotationHandler |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
AspectDefBuilder.appendAspectDef(AnnotationHandler annotationHandler,
ComponentDef componentDef) |
void |
DestroyMethodDefBuilder.appendDestroyMethodDef(AnnotationHandler annotationHandler,
ComponentDef componentDef) |
void |
InitMethodDefBuilder.appendInitMethodDef(AnnotationHandler annotationHandler,
ComponentDef componentDef) |
void |
IntertypeDefBuilder.appendIntertypeDef(AnnotationHandler annotationHandler,
ComponentDef componentDef) |
ComponentDef |
PojoComponentDefBuilder.createComponentDef(AnnotationHandler annotationHandler,
Class<?> componentClass,
InstanceDef defaultInstanceDef,
AutoBindingDef defaultAutoBindingDef,
boolean defaultExternalBinding) |
ComponentDef |
ComponentDefBuilder.createComponentDef(AnnotationHandler annotationHandler,
Class<?> componentClass,
InstanceDef defaultInstanceDef,
AutoBindingDef defaultAutoBindingDef,
boolean defaultExternalBinding) |
PropertyDef |
PropertyDefBuilder.createPropertyDef(AnnotationHandler annotationHandler,
BeanDesc beanDesc,
Field field) |
PropertyDef |
PropertyDefBuilder.createPropertyDef(AnnotationHandler annotationHandler,
BeanDesc beanDesc,
PropertyDesc propertyDesc) |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected AnnotationHandler |
AbstractPropertyDefBuilder.handler |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
MetaAnnotationAspectDefBuilder.appendAspectDef(AnnotationHandler annotationHandler,
ComponentDef componentDef) |
void |
AspectAnnotationAspectDefBuilder.appendAspectDef(AnnotationHandler annotationHandler,
ComponentDef componentDef) |
void |
DestroyMethodDefBuilderImpl.appendDestroyMethodDef(AnnotationHandler annotationHandler,
ComponentDef componentDef) |
void |
InitMethodDefBuilderImpl.appendInitMethodDef(AnnotationHandler annotationHandler,
ComponentDef componentDef) |
void |
S2IntertypeDefBuilder.appendIntertypeDef(AnnotationHandler annotationHandler,
ComponentDef componentDef) |
PropertyDef |
AbstractPropertyDefBuilder.createPropertyDef(AnnotationHandler annotationHandler,
BeanDesc beanDesc,
Field field) |
PropertyDef |
AbstractPropertyDefBuilder.createPropertyDef(AnnotationHandler annotationHandler,
BeanDesc beanDesc,
PropertyDesc propertyDesc) |
Copyright © 2015–2016 The DBFlute Project. All rights reserved.