| java.lang.Object org.acegisecurity.util.FieldUtils
FieldUtils | final public class FieldUtils (Code) | | Offers static methods for directly manipulating static fields.
author: Ben Alex version: $Id: FieldUtils.java 1784 2007-02-24 21:00:24Z luke_t $ |
getField | public static Field getField(Class clazz, String fieldName) throws IllegalStateException(Code) | | Attempts to locate the specified field on the class.
Parameters: clazz - the class definition containing the field Parameters: fieldName - the name of the field to locate the Field (never null) throws: IllegalStateException - if field could not be found |
setProtectedFieldValue | public static void setProtectedFieldValue(String protectedField, Object object, Object newValue)(Code) | | |
|
|