Uses of Class
org.kordamp.json.JSONNull
Packages that use JSONNull
Package
Description
The core of the library
Testing utilities
Miscelaneous utilities
-
Uses of JSONNull in org.kordamp.json
Fields in org.kordamp.json declared as JSONNullMethods in org.kordamp.json that return JSONNullModifier and TypeMethodDescriptionstatic JSONNull
JSONNull.getInstance()
Returns the singleton instance of JSONNullMethods in org.kordamp.json with parameters of type JSONNull -
Uses of JSONNull in org.kordamp.json.test
Methods in org.kordamp.json.test with parameters of type JSONNullModifier and TypeMethodDescriptionstatic void
JSONAssert.assertEquals
(String message, String expected, JSONNull actual) Asserts that two JSONNulls are equal.static void
JSONAssert.assertEquals
(String expected, JSONNull actual) Asserts that two JSONNulls are equal.static void
JSONAssert.assertEquals
(String message, JSONNull expected, String actual) Asserts that two JSONNulls are equal.static void
JSONAssert.assertEquals
(JSONNull expected, 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