public class HippyMethodInvoker
extends org.springframework.util.MethodInvoker
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.| Constructor and Description |
|---|
HippyMethodInvoker() |
| Modifier and Type | Method and Description |
|---|---|
protected Method |
findMatchingMethod() |
getArguments, getPreparedMethod, getTargetClass, getTargetMethod, getTargetObject, getTypeDifferenceWeight, invoke, isPrepared, prepare, resolveClassName, setArguments, setStaticMethod, setTargetClass, setTargetMethod, setTargetObjectprotected Method findMatchingMethod()
findMatchingMethod in class org.springframework.util.MethodInvokerCopyright © 2014 Pivotal. All rights reserved.