public class FieldLookupAction extends GetDeclaredFieldAction implements PrivilegedExceptionAction<Field>
fieldNamejavaClass| Constructor and Description |
|---|
FieldLookupAction(Class<?> javaClass,
String fieldName) |
| Modifier and Type | Method and Description |
|---|---|
static Field |
lookupField(Class<?> javaClass,
String fieldName) |
Field |
run() |
public Field run() throws NoSuchFieldException
run in interface PrivilegedExceptionAction<Field>run in class GetDeclaredFieldActionNoSuchFieldExceptionpublic static Field lookupField(Class<?> javaClass, String fieldName) throws NoSuchFieldException
NoSuchFieldExceptionCopyright © 2016. All Rights Reserved.