Class HippyMethodInvoker


  • public class HippyMethodInvoker
    extends org.springframework.util.MethodInvoker
    A MethodInvoker that is a bit relaxed about its arguments. You can give it arguments in the wrong order or you can give it too many arguments and it will try and find a method that matches a subset.
    Since:
    2.1
    Author:
    Dave Syer
    • Field Summary

      • Fields inherited from class org.springframework.util.MethodInvoker

        targetClass
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      protected java.lang.reflect.MethodfindMatchingMethod() 
      • Methods inherited from class org.springframework.util.MethodInvoker

        getArguments, getPreparedMethod, getTargetClass, getTargetMethod, getTargetObject, getTypeDifferenceWeight, invoke, isPrepared, prepare, resolveClassName, setArguments, setStaticMethod, setTargetClass, setTargetMethod, setTargetObject
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HippyMethodInvoker

        public HippyMethodInvoker()
    • Method Detail

      • findMatchingMethod

        protected java.lang.reflect.Method findMatchingMethod()
        Overrides:
        findMatchingMethod in class org.springframework.util.MethodInvoker