Uses of Class
org.kordamp.json.JSONFunction
-
Packages that use JSONFunction Package Description org.kordamp.json org.kordamp.json.test -
-
Uses of JSONFunction in org.kordamp.json
Methods in org.kordamp.json that return JSONFunction Modifier and Type Method Description static JSONFunctionJSONFunction. parse(String str)Constructs a JSONFunction from a text representation -
Uses of JSONFunction in org.kordamp.json.test
Methods in org.kordamp.json.test with parameters of type JSONFunction Modifier and Type Method Description static voidJSONAssert. assertEquals(String message, String expected, JSONFunction actual)Asserts that two JSONFunctions are equal.static voidJSONAssert. assertEquals(String expected, JSONFunction actual)Asserts that two JSONFunctions are equal.static voidJSONAssert. assertEquals(String message, JSONFunction expected, String actual)Asserts that two JSONFunctions are equal.static voidJSONAssert. assertEquals(JSONFunction expected, String actual)Asserts that two JSONFunctions are equal.
-