| パッケージ | 説明 |
|---|---|
| org.lastaflute.di.util | |
| org.lastaflute.di.util.tiger |
Java5固有の機能を利用するユーティリティを提供します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static Object |
LdiMethodUtil.invoke(Method method,
Object target,
Object[] args) |
static Object |
LdiConstructorUtil.newInstance(Constructor constructor,
Object[] args)
新しいインスタンスを作成します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static <T> T |
LdiReflectionUtil.invoke(Method method,
Object target,
Object... args)
Methodオブジェクトによって表される基本となるメソッドを、指定したオブジェクトに対して指定したパラメータで呼び出します。 |
static <T> T |
LdiReflectionUtil.invokeStatic(Method method,
Object... args)
Methodオブジェクトによって表される基本となるstaticメソッドを、指定したパラメータで呼び出します。 |
Copyright © 2015 The DBFlute Project. All rights reserved.