java.lang.Object
org.hibernate.validator.internal.util.privilegedactions.GetDeclaredMethod
All Implemented Interfaces:
PrivilegedAction<Method>

public final class GetDeclaredMethod extends Object implements PrivilegedAction<Method>
Returns the declared method with the specified name and parameter types or null if it does not exist.
Author:
Kevin Pollet <kevin.pollet@serli.com> (C) 2011 SERLI
  • Method Details