Uses of Enum Class
org.kiwiproject.json.JsonHelper.OutputFormat
Packages that use JsonHelper.OutputFormat
-
Uses of JsonHelper.OutputFormat in org.kiwiproject.json
Methods in org.kiwiproject.json that return JsonHelper.OutputFormatModifier and TypeMethodDescriptionstatic JsonHelper.OutputFormatJsonHelper.OutputFormat.ofPrettyValue(boolean pretty) Convert the given boolean value to the appropriateJsonHelper.OutputFormat.static JsonHelper.OutputFormatJsonHelper.OutputFormat.ofPrettyValue(@Nullable 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.OutputFormatReturns the enum constant of this class with the specified name.static JsonHelper.OutputFormat[]JsonHelper.OutputFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kiwiproject.json with parameters of type JsonHelper.OutputFormatModifier and TypeMethodDescriptionJsonHelper.toJson(@Nullable Object object, JsonHelper.OutputFormat format) Convert the given object to JSON using the given format.JsonHelper.toJson(@Nullable Object object, JsonHelper.OutputFormat format, @Nullable Class<?> jsonView) Convert the given object to JSON using the given format and optionally a class representing theJsonViewto use.