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>
NoSuchFieldException
Copyright © 2019. All rights reserved.