Uses of Class
com.github.tadukoo.parsing.json.JSONConverter
Packages that use JSONConverter
Package
Description
Provides interfaces and simple implementations of handling JSON using
MappedPojos, along with a
JSONConverter class.-
Uses of JSONConverter in com.github.tadukoo.parsing.json
Methods in com.github.tadukoo.parsing.json with parameters of type JSONConverterModifier and TypeMethodDescriptiondefault StringJSONClass.buildJSON(Collection<String> keys, JSONConverter converter) Builds the JSON string using the given Collection of keys and aJSONConverter.default StringJSONArray.convertToJSON(JSONConverter converter) Converts this JSON object into an actual JSON stringdefault StringJSONClass.convertToJSON(JSONConverter converter) Converts this JSON object into an actual JSON stringJSONObject.convertToJSON(JSONConverter converter) Converts this JSON object into an actual JSON stringdefault StringOrderedJSONClass.convertToJSON(JSONConverter converter) Converts this JSON object into an actual JSON string