|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.util.MethodInvoker
org.springframework.batch.item.adapter.HippyMethodInvoker
public class HippyMethodInvoker
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.
Constructor Summary | |
---|---|
HippyMethodInvoker()
|
Method Summary | |
---|---|
protected Method |
findMatchingMethod()
|
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 |
---|
public HippyMethodInvoker()
Method Detail |
---|
protected Method findMatchingMethod()
findMatchingMethod
in class org.springframework.util.MethodInvoker
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |