Class AnnotatedMethodMap

  • All Implemented Interfaces:
    java.lang.Iterable<AnnotatedMethod>

    public final class AnnotatedMethodMap
    extends java.lang.Object
    implements java.lang.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.
    • Constructor Detail

      • AnnotatedMethodMap

        public AnnotatedMethodMap()
    • Method Detail

      • add

        public void add​(AnnotatedMethod am)
        Method called to add specified annotated method in the Map.
      • isEmpty

        public boolean isEmpty()
      • size

        public int size()
      • find

        public AnnotatedMethod find​(java.lang.String name,
                                    java.lang.Class<?>[] paramTypes)