Class DynamicFinder


  • public final class DynamicFinder
    extends Object
    Utility that helps you introspect dynamic finder methods.
    • Constructor Detail

      • DynamicFinder

        public DynamicFinder​(Method method)
    • Method Detail

      • from

        public static DynamicFinder from​(Method method)
        Returns some metadata if the method is annotated @Finder or null.
        Parameters:
        method - a method you want to test as a dynamic finder
      • metadata

        public Finder metadata()