public static interface MethodLookupEngine.Finding
MethodLookupEngine.| Modifier and Type | Interface and Description | 
|---|---|
| static class  | MethodLookupEngine.Finding.DefaultA default implementation of a  MethodLookupEngine.Finding. | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<TypeDescription,Set<MethodDescription>> | getInvokableDefaultMethods()Returns a map of interfaces that are eligible for default method invocation on the type this finding
 was created for. | 
| MethodList | getInvokableMethods()Returns a list of methods that can be invoked on the analyzed type. | 
| TypeDescription | getTypeDescription()Returns the type description for which the finding was created. | 
TypeDescription getTypeDescription()
MethodList getInvokableMethods()
Map<TypeDescription,Set<MethodDescription>> getInvokableDefaultMethods()
Copyright © 2014–2015. All rights reserved.