public class GetDeclaredFieldAction extends AbstractReflectionAction implements PrivilegedExceptionAction<Field>
| Modifier and Type | Field and Description |
|---|---|
protected String |
fieldName |
javaClass| Constructor and Description |
|---|
GetDeclaredFieldAction(Class<?> javaClass,
String fieldName) |
protected final String fieldName
public Field run() throws NoSuchFieldException
run in interface PrivilegedExceptionAction<Field>NoSuchFieldExceptionCopyright © 2017. All rights reserved.