Class GetDeclaredMethodHandle

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

public final class GetDeclaredMethodHandle extends Object implements PrivilegedAction<MethodHandle>
Returns the declared method with the specified name and parameter types in the form of a MethodHandle or null if it does not exist or cannot be accessed.
Author:
Guillaume Smet