Uses of Class
org.kordamp.json.JSONNull
-
Packages that use JSONNull Package Description org.kordamp.json org.kordamp.json.test -
-
Uses of JSONNull in org.kordamp.json
Methods in org.kordamp.json that return JSONNull Modifier and Type Method Description static JSONNullJSONNull. getInstance()Returns the singleton instance of JSONNullMethods in org.kordamp.json with parameters of type JSONNull Modifier and Type Method Description JSONArrayJSONArray. 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 voidJSONAssert. assertEquals(String message, String expected, JSONNull actual)Asserts that two JSONNulls are equal.static voidJSONAssert. assertEquals(String expected, JSONNull actual)Asserts that two JSONNulls are equal.static voidJSONAssert. assertEquals(String message, JSONNull expected, String actual)Asserts that two JSONNulls are equal.static voidJSONAssert. assertEquals(JSONNull expected, String actual)Asserts that two JSONNulls are equal.
-