org.hibernate.validator.util.privilegedactions
Class GetDeclaredFields

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

public class GetDeclaredFields
extends Object
implements PrivilegedAction<Field[]>

Author:
Emmanuel Bernard

Method Summary
static GetDeclaredFields action(Class<?> clazz)
           
 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 GetDeclaredFields action(Class<?> clazz)

run

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


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