public static class JsonGetArgs.Builder extends Object
JsonGetArgs.| Modifier and Type | Method and Description |
|---|---|
static JsonGetArgs |
defaults()
Creates new
JsonGetArgs empty arguments. |
static JsonGetArgs |
indent(String indent)
Creates new
JsonGetArgs and sets the string used for indentation. |
static JsonGetArgs |
newline(String newline)
Creates new
JsonGetArgs and sets the string used for newline. |
static JsonGetArgs |
space(String space)
Creates new
JsonGetArgs and sets the string used for spacing. |
public static JsonGetArgs indent(String indent)
JsonGetArgs and sets the string used for indentation.JsonGetArgs with indentation set.public static JsonGetArgs newline(String newline)
JsonGetArgs and sets the string used for newline.JsonGetArgs with newline set.public static JsonGetArgs space(String space)
JsonGetArgs and sets the string used for spacing.JsonGetArgs with spacing set.public static JsonGetArgs defaults()
JsonGetArgs empty arguments.JsonGetArgs with empty arguments set.Copyright © 2025 lettuce.io. All rights reserved.