org.hibernate.validator.util.privilegedactions
Class GetMethodFromPropertyName

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

public final class GetMethodFromPropertyName
extends Object
implements PrivilegedAction<Method>

Author:
Emmanuel Bernard, Hardy Ferentschik

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

Method Detail

action

public static GetMethodFromPropertyName action(Class<?> clazz,
                                               String property)

run

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


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