Uses of Class
org.kiwiproject.json.JsonHelper.OutputFormat
-
Packages that use JsonHelper.OutputFormat Package Description org.kiwiproject.json -
-
Uses of JsonHelper.OutputFormat in org.kiwiproject.json
Methods in org.kiwiproject.json that return JsonHelper.OutputFormat Modifier and Type Method Description static JsonHelper.OutputFormatJsonHelper.OutputFormat. ofPrettyValue(boolean pretty)Convert the given boolean value to the appropriateJsonHelper.OutputFormat.static JsonHelper.OutputFormatJsonHelper.OutputFormat. ofPrettyValue(Boolean pretty)Parse the (nullable) Boolean value into anJsonHelper.OutputFormat.static JsonHelper.OutputFormatJsonHelper.OutputFormat. ofPrettyValue(String pretty)Parse the given string as a boolean into anJsonHelper.OutputFormat.static JsonHelper.OutputFormatJsonHelper.OutputFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static JsonHelper.OutputFormat[]JsonHelper.OutputFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kiwiproject.json with parameters of type JsonHelper.OutputFormat Modifier and Type Method Description StringJsonHelper. toJson(Object object, JsonHelper.OutputFormat format)Convert the given object to JSON using the given format.StringJsonHelper. toJson(Object object, JsonHelper.OutputFormat format, Class<?> jsonView)Convert the given object to JSON using the given format and optionally a class representing theJsonViewto use.
-