Uses of Enum
org.apache.tapestry5.json.JSONType
Packages that use JSONType
Package
Description
Repackaged, improved (and tested) version of code originally https://github.com/tdunning/open-json
Starting in release 5.4,
JSONObject
and JSONArray
are serializable.-
Uses of JSONType in org.apache.tapestry5.json
Methods in org.apache.tapestry5.json that return JSONType -
Uses of JSONType in org.apache.tapestry5.json.exceptions
Methods in org.apache.tapestry5.json.exceptions that return JSONTypeModifier and TypeMethodDescriptionJSONTypeMismatchException.getRequiredType()
JSONValueNotFoundException.getRequiredType()
Constructors in org.apache.tapestry5.json.exceptions with parameters of type JSONTypeModifierConstructorDescriptionJSONTypeMismatchException
(String location, JSONType requiredType, Class<? extends Object> invalidClass) JSONValueNotFoundException
(String location, JSONType requiredType)