public final class AnnotatedMethodMap extends java.lang.Object implements java.lang.Iterable<AnnotatedMethod>
AnnotatedMethod
s, accessible by lookup. Lookup
is usually needed for augmenting and overriding annotations.Constructor and Description |
---|
AnnotatedMethodMap() |
AnnotatedMethodMap(java.util.Map<MemberKey,AnnotatedMethod> m) |
Modifier and Type | Method and Description |
---|---|
AnnotatedMethod |
find(java.lang.reflect.Method m) |
AnnotatedMethod |
find(java.lang.String name,
java.lang.Class<?>[] paramTypes) |
java.util.Iterator<AnnotatedMethod> |
iterator() |
int |
size() |
public AnnotatedMethodMap()
public AnnotatedMethodMap(java.util.Map<MemberKey,AnnotatedMethod> m)
public int size()
public AnnotatedMethod find(java.lang.String name, java.lang.Class<?>[] paramTypes)
public AnnotatedMethod find(java.lang.reflect.Method m)
public java.util.Iterator<AnnotatedMethod> iterator()
iterator
in interface java.lang.Iterable<AnnotatedMethod>
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"