MethodMatcherpublic class DirectMethodMatcher extends AbstractNodeMethodMatcher
| Constructor | Description |
|---|---|
DirectMethodMatcher(MethodMatcherContext context) |
| Modifier and Type | Method | Description |
|---|---|---|
protected java.util.List<java.util.Set<InjectableParameter>> |
getConformanceInjectsOrder() |
|
protected boolean |
match(Parameter[] parameters,
java.lang.Object[] arguments) |
Checks if its possible to gives an array consumable by java method invoker.
|
protected java.lang.Object[] |
matchingArguments(Parameter[] parameters,
java.lang.Object[] arguments) |
If possible gives an array consumable by java method invoker.
|
conforms, getConforms, getContextgetConformingArguments, getConformingParameters, hasConformancepublic DirectMethodMatcher(MethodMatcherContext context)
protected java.util.List<java.util.Set<InjectableParameter>> getConformanceInjectsOrder()
getConformanceInjectsOrder in class AbstractNodeMethodMatcherprotected boolean match(Parameter[] parameters, java.lang.Object[] arguments)
match in class AbstractNodeMethodMatcherparameters - array of parameter instances under question.arguments - instances to be verified.protected java.lang.Object[] matchingArguments(Parameter[] parameters, java.lang.Object[] arguments)
matchingArguments in class AbstractNodeMethodMatcherparameters - array of parameter instances under question.arguments - instances to conform.