Constructor and Description |
---|
Parameters(Method method)
Create new
Parameters given a Method . |
Modifier and Type | Method and Description |
---|---|
protected abstract P |
createParameter(Method method,
int parameterIndex)
|
Parameter |
getBindableParameter(int index)
Get the bindable parameter according it's logical position in the command.
|
List<P> |
getBindableParameters()
Returns
Parameter instances with effectively all special parameters removed. |
List<P> |
getParameters() |
Iterator<P> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public Parameters(Method method)
Parameters
given a Method
.method
- must not be null
.protected abstract P createParameter(Method method, int parameterIndex)
method
- must not be null
.parameterIndex
- the parameter index.Parameter
.public Parameter getBindableParameter(int index)
index
- Parameter
.public List<P> getBindableParameters()
Parameter
instances with effectively all special parameters removed.Copyright © 2023 lettuce.io. All rights reserved.