| パッケージ | 説明 |
|---|---|
| org.lastaflute.di.util | |
| org.lastaflute.di.util.tiger |
Java5固有の機能を利用するユーティリティを提供します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static Method |
LdiClassUtil.getDeclaredMethod(Class clazz,
String methodName,
Class[] argTypes)
そのクラスに宣言されている
Methodを返します。 |
static Method |
LdiClassUtil.getMethod(Class clazz,
String methodName,
Class[] argTypes)
Methodを返します。 |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static Method |
LdiReflectionUtil.getDeclaredMethod(Class<?> clazz,
String name,
Class<?>... argTypes)
|
static Method |
LdiReflectionUtil.getMethod(Class<?> clazz,
String name,
Class<?>... argTypes)
|
Copyright © 2015 The DBFlute Project. All rights reserved.