Uses of Class
org.kordamp.json.JSONNull
-
Packages that use JSONNull Package Description org.kordamp.json The core of the libraryorg.kordamp.json.test Testing utilitiesorg.kordamp.json.util Miscelaneous utilities -
-
Uses of JSONNull in org.kordamp.json
Fields in org.kordamp.json declared as JSONNull Modifier and Type Field Description private static JSONNull
JSONNull. instance
singleton instanceMethods in org.kordamp.json that return JSONNull Modifier and Type Method Description static JSONNull
JSONNull. getInstance()
Returns the singleton instance of JSONNullMethods in org.kordamp.json with parameters of type JSONNull Modifier and Type Method Description JSONArray
JSONArray. element(JSONNull value)
Append an JSON value. -
Uses of JSONNull in org.kordamp.json.test
Methods in org.kordamp.json.test with parameters of type JSONNull Modifier and Type Method Description static void
JSONAssert. assertEquals(java.lang.String message, java.lang.String expected, JSONNull actual)
Asserts that two JSONNulls are equal.static void
JSONAssert. assertEquals(java.lang.String expected, JSONNull actual)
Asserts that two JSONNulls are equal.static void
JSONAssert. assertEquals(java.lang.String message, JSONNull expected, java.lang.String actual)
Asserts that two JSONNulls are equal.static void
JSONAssert. assertEquals(JSONNull expected, java.lang.String actual)
Asserts that two JSONNulls are equal. -
Uses of JSONNull in org.kordamp.json.util
Methods in org.kordamp.json.util with parameters of type JSONNull Modifier and Type Method Description private static java.lang.String
WebUtils. toString(JSONNull jsonNull)
-