Uses of Class
put.ai.se.jsontools.core.format.FormatArguments
Packages that use FormatArguments
-
Uses of FormatArguments in put.ai.se.jsontools.api
Fields in put.ai.se.jsontools.api declared as FormatArgumentsMethods in put.ai.se.jsontools.api that return FormatArguments -
Uses of FormatArguments in put.ai.se.jsontools.core.format
Methods in put.ai.se.jsontools.core.format with parameters of type FormatArgumentsModifier and TypeMethodDescriptionstatic StringFormatDirector.formatJson(com.google.gson.JsonObject source, FormatArguments arguments) static StringFormatDirector.formatJson(String source, FormatArguments arguments) Formats the provided JSON string using the specified formatting parameters.FormattableJson.getProcessed(FormatArguments arguments) Returns the processed JSON string based on the provided format arguments.JsonFilter.getProcessed(FormatArguments arguments) Returns the filtered JSON value based on the provided filter parameters.JsonFormatter.getProcessed(FormatArguments arguments) Returns the processed JSON string based on the provided format arguments.JsonMinifier.getProcessed(FormatArguments arguments) Gets the minified JSON representation from the decorated source.JsonPrettifier.getProcessed(FormatArguments arguments) Returns the prettified JSON value.JsonValidator.getProcessed(FormatArguments arguments)