protected static class TypeDescription.Generic.AnnotationReader.Delegator.Chained.MethodLookupAction extends Object implements PrivilegedAction<Method>
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
int |
hashCode() |
protected static Method |
of(String typeName,
String methodName)
Resolves the method in a privileged block.
|
Method |
run() |
String |
toString() |
protected static Method of(String typeName, String methodName)
typeName - The declaring type's name.methodName - The method's name.public Method run()
run in interface PrivilegedAction<Method>Copyright © 2014–2017. All rights reserved.