public final class AnnotatedMethodMap extends Object implements Iterable<AnnotatedMethod>
AnnotatedMethods, accessible by lookup. Lookup
is usually needed for augmenting and overriding annotations.| Constructor and Description |
|---|
AnnotatedMethodMap() |
AnnotatedMethodMap(Map<MemberKey,AnnotatedMethod> m) |
| Modifier and Type | Method and Description |
|---|---|
AnnotatedMethod |
find(Method m) |
AnnotatedMethod |
find(String name,
Class<?>[] paramTypes) |
Iterator<AnnotatedMethod> |
iterator() |
int |
size() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic AnnotatedMethodMap()
public AnnotatedMethodMap(Map<MemberKey,AnnotatedMethod> m)
public int size()
public AnnotatedMethod find(String name, Class<?>[] paramTypes)
public AnnotatedMethod find(Method m)
public Iterator<AnnotatedMethod> iterator()
iterator in interface Iterable<AnnotatedMethod>Copyright © 2010 - 2020 Adobe. All Rights Reserved