| Package | Description |
|---|---|
| io.lettuce.core.dynamic |
Core package for Redis Command Interface support through
RedisCommandFactory. |
| io.lettuce.core.dynamic.parameter |
Parameter access and descriptors.
|
| io.lettuce.core.dynamic.segment |
Support for
CommandSegments and segment parsing. |
| Modifier and Type | Method and Description |
|---|---|
Parameters<? extends Parameter> |
DeclaredCommandMethod.getParameters() |
Parameters<? extends Parameter> |
CommandMethod.getParameters() |
| Modifier and Type | Class and Description |
|---|---|
class |
Parameters<P extends Parameter>
Base class to abstract method
Parameters. |
| Modifier and Type | Class and Description |
|---|---|
static class |
ExecutionSpecificParameters.ExecutionAwareParameter |
| Modifier and Type | Method and Description |
|---|---|
Parameter |
Parameters.getBindableParameter(int index)
Get the bindable parameter according it's logical position in the command.
|
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
CommandSegment.canConsume(Parameter parameter)
Check whether this segment can consume the
Parameter by applying parameter substitution. |
Copyright © 2021 lettuce.io. All rights reserved.