| パッケージ | 説明 |
|---|---|
| org.lastaflute.di.core.autoregister | |
| org.lastaflute.di.core.creator | |
| org.lastaflute.di.core.customizer | |
| org.lastaflute.di.core.customizer.ext |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ComponentCustomizer |
AbstractComponentAutoRegister.getCustomizer() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
AbstractComponentAutoRegister.setCustomizer(ComponentCustomizer customizer) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ComponentCustomizer |
ActionCreator.getActionCustomizer() |
ComponentCustomizer |
AssistCreator.getAssistCustomizer() |
protected ComponentCustomizer |
ComponentCreatorImpl.getCustomizer() |
ComponentCustomizer |
HelperCreator.getHelperCustomizer() |
ComponentCustomizer |
JobCreator.getJobCustomizer() |
ComponentCustomizer |
LogicCreator.getLogicCustomizer() |
ComponentCustomizer |
ServiceCreator.getServiceCustomizer() |
ComponentCustomizer |
ValidatorCreator.getValidatorCustomizer() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
ActionCreator.setActionCustomizer(ComponentCustomizer customizer) |
void |
AssistCreator.setAssistCustomizer(ComponentCustomizer customizer) |
protected void |
ComponentCreatorImpl.setCustomizer(ComponentCustomizer customizer) |
void |
HelperCreator.setHelperCustomizer(ComponentCustomizer customizer) |
void |
JobCreator.setJobCustomizer(ComponentCustomizer customizer) |
void |
LogicCreator.setLogicCustomizer(ComponentCustomizer customizer) |
void |
ServiceCreator.setServiceCustomizer(ComponentCustomizer customizer) |
void |
ValidatorCreator.setValidatorCustomizer(ComponentCustomizer customizer) |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
AbstractCustomizer |
class |
AspectCustomizer |
class |
CustomizerChain |
class |
InterTypeCustomizer |
class |
MetaCustomizer |
class |
PointTxAttributeCustomizer |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ComponentCustomizer |
CustomizerChain.getCustomizer(int index) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
CustomizerChain.addCustomizer(ComponentCustomizer customizer) |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
ConcreteDrivenAspectCustomizer |
class |
ConcreteDrivenCustomizerChain |
class |
ExplicitTxAttributeCustomizer
The customizer of transaction attribute by explicitly adding annotation.
|
Copyright © 2015–2018 The DBFlute Project. All rights reserved.