static class ReflectionHelper.ArgumentsMatchInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private ReflectionHelper.ArgumentsMatchKind |
kind |
| Constructor and Description |
|---|
ArgumentsMatchInfo(ReflectionHelper.ArgumentsMatchKind kind) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCloseMatch() |
boolean |
isExactMatch() |
boolean |
isMatchRequiringConversion() |
java.lang.String |
toString() |
private final ReflectionHelper.ArgumentsMatchKind kind
ArgumentsMatchInfo(ReflectionHelper.ArgumentsMatchKind kind)