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

      • size

        public int size()
      • find

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