| パッケージ | 説明 |
|---|---|
| org.lastaflute.di.util | |
| org.lastaflute.di.util.tiger |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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) |
static <T> T |
LdiReflectionUtil.invokeStatic(Method method,
Object... args) |
Copyright © 2015–2018 The DBFlute Project. All rights reserved.