@GwtIncompatible(value="java.lang.reflect.*") public final class ReflectionUtil extends Object
Modifier and Type | Method and 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
NoSuchFieldException
Copyright © 2017. All rights reserved.