Class HippyMethodInvoker
- java.lang.Object
- org.springframework.util.MethodInvoker
- org.springframework.batch.item.adapter.HippyMethodInvoker
public class HippyMethodInvoker extends org.springframework.util.MethodInvokerAMethodInvokerthat 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
Constructor Summary
Constructors Constructor Description HippyMethodInvoker()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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