Class StringToJSONObject
-
- org.apache.tapestry5.internal.json.StringToJSONObject
-
- All Implemented Interfaces:
,JSONObject>
public class StringToJSONObject extends implements ,JSONObject>
- Since:
- 5.3
-
-
Constructor Summary
Constructors Constructor Description StringToJSONObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JSONObject
input)
Converts an input value.
-
-
-
Constructor Detail
-
StringToJSONObject
public StringToJSONObject()
-
-
Method Detail
-
coerce
public input)
Description copied from interface:Coercion
Converts an input value.- Specified by:
,JSONObject>
- Parameters:
input
- the input value
-
-