org.hibernate.validator.util.privilegedactions
Class GetDeclaredField

java.lang.Object
  extended by org.hibernate.validator.util.privilegedactions.GetDeclaredField
All Implemented Interfaces:
PrivilegedAction<Field>

public final class GetDeclaredField
extends Object
implements PrivilegedAction<Field>

Author:
Emmanuel Bernard

Method Summary
static GetDeclaredField action(Class<?> clazz, String fieldName)
           
 Field run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

action

public static GetDeclaredField action(Class<?> clazz,
                                      String fieldName)

run

public Field run()
Specified by:
run in interface PrivilegedAction<Field>


Copyright © 2007-2011 Red Hat Middleware, LLC. All Rights Reserved