| Package | Description |
|---|---|
| com.landawn.abacus.util |
| Modifier and Type | Method and Description |
|---|---|
Reflection<T> |
Reflection._new() |
Reflection<T> |
Reflection._new(Object... args) |
Reflection<T> |
Reflection.call(String methodName,
Object... args) |
static <T> Reflection<T> |
Reflection.on(Class<T> cls) |
static <T> Reflection<T> |
Reflection.on(String clsName) |
static <T> Reflection<T> |
Reflection.on(T target) |
Reflection<T> |
Reflection.set(String fieldName,
Object value) |
Copyright © 2021. All rights reserved.