Class StringToJSONObject
java.lang.Object
org.apache.tapestry5.internal.json.StringToJSONObject
- All Implemented Interfaces:
Coercion<String,
JSONObject>
- Since:
- 5.3
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StringToJSONObject
public StringToJSONObject()
-
-
Method Details
-
coerce
Description copied from interface:Coercion
Converts an input value.- Specified by:
coerce
in interfaceCoercion<String,
JSONObject> - Parameters:
input
- the input value
-