| Package | Description |
|---|---|
| io.lettuce.core.json.arguments |
| Modifier and Type | Method and Description |
|---|---|
static JsonSetArgs.FphaType |
JsonSetArgs.FphaType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonSetArgs.FphaType[] |
JsonSetArgs.FphaType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JsonSetArgs |
JsonSetArgs.fpha(JsonSetArgs.FphaType fphaType)
Set the floating-point homogeneous array type for encoding numeric arrays.
|
static JsonSetArgs |
JsonSetArgs.Builder.fpha(JsonSetArgs.FphaType fphaType)
Creates new
JsonSetArgs and sets the FPHA type. |
Copyright © 2026 lettuce.io. All rights reserved.