Uses of Class
net.sf.json.JSONNull
-
Packages that use JSONNull Package Description net.sf.json The core of the librarynet.sf.json.test Testing utilitiesnet.sf.json.util Miscelaneous utilities -
-
Uses of JSONNull in net.sf.json
Fields in net.sf.json declared as JSONNull Modifier and Type Field Description private static JSONNullJSONNull. instancesingleton instanceMethods in net.sf.json that return JSONNull Modifier and Type Method Description static JSONNullJSONNull. getInstance()Returns the singleton instance of JSONNullMethods in net.sf.json with parameters of type JSONNull Modifier and Type Method Description JSONArrayJSONArray. element(JSONNull value)Append an JSON value. -
Uses of JSONNull in net.sf.json.test
Methods in net.sf.json.test with parameters of type JSONNull Modifier and Type Method Description static voidJSONAssert. assertEquals(java.lang.String message, java.lang.String expected, JSONNull actual)Asserts that two JSONNulls are equal.static voidJSONAssert. assertEquals(java.lang.String expected, JSONNull actual)Asserts that two JSONNulls are equal.static voidJSONAssert. assertEquals(java.lang.String message, JSONNull expected, java.lang.String actual)Asserts that two JSONNulls are equal.static voidJSONAssert. assertEquals(JSONNull expected, java.lang.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 Modifier and Type Method Description private static java.lang.StringWebUtils. toString(JSONNull jsonNull)
-