public class JsonMsetArgs<K,V> extends Object implements CompositeArgument
Constructor and Description |
---|
JsonMsetArgs(K key,
JsonPath path,
JsonValue element)
|
Modifier and Type | Method and Description |
---|---|
<K,V> void |
build(CommandArgs<K,V> args)
Build command arguments and contribute arguments to
CommandArgs . |
K |
getKey()
Return the key associated with this
JsonMsetArgs . |
public K getKey()
JsonMsetArgs
.public <K,V> void build(CommandArgs<K,V> args)
CompositeArgument
CommandArgs
.
Implementing classes are required to implement this method. Depending on the command nature and configured arguments, this method may contribute arguments but is not required to add arguments if none are specified.
build
in interface CompositeArgument
K
- Key type.V
- Value type.args
- the command arguments, must not be null
.Copyright © 2025 lettuce.io. All rights reserved.