Uses of Class
org.kordamp.json.JSONFunction
Packages that use JSONFunction
Package
Description
The core of the library
Testing utilities
-
Uses of JSONFunction in org.kordamp.json
Methods in org.kordamp.json that return JSONFunctionModifier and TypeMethodDescriptionstatic JSONFunctionConstructs a JSONFunction from a text representation -
Uses of JSONFunction in org.kordamp.json.test
Methods in org.kordamp.json.test with parameters of type JSONFunctionModifier and TypeMethodDescriptionstatic 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.