类 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.
    从以下版本开始:
    2.1
    作者:
    Dave Syer
    • 字段概要

      • 从类继承的字段 org.springframework.util.MethodInvoker

        targetClass
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型方法说明
      protected java.lang.reflect.MethodfindMatchingMethod() 
      • 从类继承的方法 org.springframework.util.MethodInvoker

        getArguments, getPreparedMethod, getTargetClass, getTargetMethod, getTargetObject, getTypeDifferenceWeight, invoke, isPrepared, prepare, resolveClassName, setArguments, setStaticMethod, setTargetClass, setTargetMethod, setTargetObject
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 方法详细资料

      • findMatchingMethod

        protected java.lang.reflect.Method findMatchingMethod()
        覆盖:
        findMatchingMethod 在类中 org.springframework.util.MethodInvoker