public static class JsonSetArgs.Builder extends Object
JsonSetArgs.| Modifier and Type | Method and Description |
|---|---|
static JsonSetArgs |
defaults()
Creates new empty
JsonSetArgs |
static JsonSetArgs |
fpha(JsonSetArgs.FphaType fphaType)
Creates new
JsonSetArgs and sets the FPHA type. |
static JsonSetArgs |
nx()
Creates new
JsonSetArgs and sets NX. |
static JsonSetArgs |
xx()
Creates new
JsonSetArgs and sets XX. |
public static JsonSetArgs nx()
JsonSetArgs and sets NX.JsonSetArgs with NX set.public static JsonSetArgs xx()
JsonSetArgs and sets XX.JsonSetArgs with XX set.public static JsonSetArgs fpha(JsonSetArgs.FphaType fphaType)
JsonSetArgs and sets the FPHA type.fphaType - the floating-point homogeneous array type.JsonSetArgs with FPHA type set.public static JsonSetArgs defaults()
JsonSetArgsJsonSetArgs with nothing set.Copyright © 2026 lettuce.io. All rights reserved.