Iterable<AnnotatedMethod>
public final class AnnotatedMethodMap extends Object implements Iterable<AnnotatedMethod>
AnnotatedMethod
s, accessible by lookup. Lookup
is usually needed for augmenting and overriding annotations.Modifier and Type | Field | Description |
---|---|---|
protected Map<MemberKey,AnnotatedMethod> |
_methods |
Constructor | Description |
---|---|
AnnotatedMethodMap() |
|
AnnotatedMethodMap(Map<MemberKey,AnnotatedMethod> m) |
Modifier and Type | Method | Description |
---|---|---|
AnnotatedMethod |
find(Method m) |
|
AnnotatedMethod |
find(String name,
Class<?>[] paramTypes) |
|
Iterator<AnnotatedMethod> |
iterator() |
|
int |
size() |
forEach, spliterator
protected Map<MemberKey,AnnotatedMethod> _methods
public 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 © 2008–2018. All rights reserved.