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 and Description |
---|---|
protected Map<MemberKey,AnnotatedMethod> |
_methods |
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() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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–2019 FasterXML. All rights reserved.