public static class ArgumentTypeResolver.ParameterIndexToken
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
parameterIndex
The parameter index that is represented by this token.
|
Constructor and Description |
---|
ParameterIndexToken(int parameterIndex)
Create a parameter index token for a given parameter of the source method.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
private final int parameterIndex