Uses of Class
net.sf.json.JSONNull
Packages that use JSONNull
Package
Description
The core of the library
Testing utilities
Miscelaneous utilities
-
Uses of JSONNull in net.sf.json
Fields in net.sf.json declared as JSONNullMethods in net.sf.json that return JSONNullModifier and TypeMethodDescriptionstatic JSONNullJSONNull.getInstance()Returns the singleton instance of JSONNullMethods in net.sf.json with parameters of type JSONNull -
Uses of JSONNull in net.sf.json.test
Methods in net.sf.json.test with parameters of type JSONNullModifier and TypeMethodDescriptionstatic 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. -
Uses of JSONNull in net.sf.json.util
Methods in net.sf.json.util with parameters of type JSONNull