org.apache.tapestry5.internal.json
Class StringToJSONArray
java.lang.Object
  
org.apache.tapestry5.internal.json.StringToJSONArray
- All Implemented Interfaces: 
 - Coercion<String,JSONArray>
 
public class StringToJSONArray
- extends Object
- implements Coercion<String,JSONArray>
  
- Since:
 
  - 5.3
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
StringToJSONArray
public StringToJSONArray()
coerce
public JSONArray coerce(String input)
- Description copied from interface: 
Coercion 
- Converts an input value.
- Specified by:
 coerce in interface Coercion<String,JSONArray>
 
- Parameters:
 input - the input value
 
 
Copyright © 2003-2012 The Apache Software Foundation.