| パッケージ | 説明 |
|---|---|
| org.lastaflute.di.core.aop.intertype |
Tigerアノテーションを読み取るための実装クラスを提供します。
|
| org.lastaflute.di.core.aop.javassist | |
| org.lastaflute.di.core.aop.proxy |
AOPのProxyを提供します。
|
| org.lastaflute.di.core.autoregister | |
| org.lastaflute.di.core.meta | |
| org.lastaflute.di.core.meta.impl |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
AbstractInterType
InterTypeの抽象クラスです。 |
class |
InterTypeChain
|
class |
PropertyInterType |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected InterType[] |
InterTypeChain.interTypes
インタータイプの配列です。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
InterTypeChain.add(InterType interType)
InterTypeを追加します。 |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
EnhancedClassGenerator.applyInterType(InterType interType)
InterTypeを適用します。 |
void |
AspectWeaver.setInterTypes(InterType[] interTypes) |
| コンストラクタと説明 |
|---|
AopProxy(Class targetClass,
Aspect[] aspects,
InterType[] interTypes)
AopProxyを作成します。 |
AopProxy(Class targetClass,
Aspect[] aspects,
InterType[] interTypes,
Map parameters)
AopProxyを作成します。 |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected InterType |
InterTypeAutoRegister.interType
InterTypeです。 |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
InterTypeAutoRegister.setInterType(InterType interType)
インタータイプを設定します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
InterType |
InterTypeDef.getInterType()
インタータイプを返します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
InterType |
InterTypeDefImpl.getInterType() |
| コンストラクタと説明 |
|---|
InterTypeDefImpl(InterType interType) |
Copyright © 2015 The DBFlute Project. All rights reserved.