@GwtIncompatible("java.lang.reflect.*")
public final class ReflectionUtil
extends Object
| Modifier and Type | Method | Description |
|---|---|---|
static Field |
getField(Class<?> clazz,
String fieldName) |
|
static Class<?> |
typeParameter(Class<?> clazz,
int paramIndex) |
Returns the captured type.
|
public static Class<?> typeParameter(Class<?> clazz, int paramIndex)
public static Field getField(Class<?> clazz, String fieldName) throws NoSuchFieldException
NoSuchFieldExceptionCopyright © 2019. All rights reserved.