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
AnnotatedMethods, accessible by lookup. Lookup
is usually needed for augmenting and overriding annotations.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(AnnotatedMethod am) Method called to add specified annotated method in the Map.booleanisEmpty()iterator()Method called to remove specified method, assuming it exists in the Mapintsize()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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:
iteratorin interfaceIterable<AnnotatedMethod>
-