类 StringToJSONObject

  • 所有已实现的接口:
    org.apache.tapestry5.commons.services.Coercion<String,​com.alibaba.fastjson.JSONObject>

    public class StringToJSONObject
    extends Object
    implements org.apache.tapestry5.commons.services.Coercion<String,​com.alibaba.fastjson.JSONObject>
    • 构造器详细资料

      • StringToJSONObject

        public StringToJSONObject()
    • 方法详细资料

      • coerce

        public com.alibaba.fastjson.JSONObject coerce​(String input)
        指定者:
        coerce 在接口中 org.apache.tapestry5.commons.services.Coercion<String,​com.alibaba.fastjson.JSONObject>