Class MethodLookupUtils


  • public final class MethodLookupUtils
    extends Object
    Utility class to find a Method of a certain name with the same argument types as a given sample method as required to lookup the Fallback's fallback method.
    Author:
    Jan Bernitt
    • Method Detail

      • findMethodWithMatchingNameAndArguments

        public static Method findMethodWithMatchingNameAndArguments​(String name,
                                                                    Method sample)