Class AnnotatedMethodMap
java.lang.Object
org.codehaus.jackson.map.introspect.AnnotatedMethodMap
- All Implemented Interfaces:
Iterable<AnnotatedMethod>
Simple helper class used to keep track of collection of
AnnotatedMethod
s, accessible by lookup. Lookup
is usually needed for augmenting and overriding annotations.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(AnnotatedMethod am) Method called to add specified annotated method in the Map.boolean
isEmpty()
iterator()
Method called to remove specified method, assuming it exists in the Mapint
size()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
_methods
-
-
Constructor Details
-
AnnotatedMethodMap
public AnnotatedMethodMap()
-
-
Method Details
-
add
Method called to add specified annotated method in the Map. -
remove
Method called to remove specified method, assuming it exists in the Map -
remove
-
isEmpty
public boolean isEmpty() -
size
public int size() -
find
-
find
-
iterator
- Specified by:
iterator
in interfaceIterable<AnnotatedMethod>
-