Skip navigation links
A B C D E F G H I J L M N P R S T U V 

J

JsonParser - Class in com.cybozu.kintone.database
JsonParser class converts JSON string to Java object and also Java object to JSON string.
JsonParser() - Constructor for class com.cybozu.kintone.database.JsonParser
 
jsonToApp(String) - Method in class com.cybozu.kintone.database.JsonParser
Convert json string to AppDto.
jsonToApps(String) - Method in class com.cybozu.kintone.database.JsonParser
Convert json string to AppDto array.
jsonToCommentSet(Connection, String) - Method in class com.cybozu.kintone.database.JsonParser
Converts the json string to the commentset object.
jsonToErrorResponse(String) - Method in class com.cybozu.kintone.database.JsonParser
Converts the json string to the error response object.
jsonToFileKey(String) - Method in class com.cybozu.kintone.database.JsonParser
Retrieves the file key string from json string.
jsonToId(String) - Method in class com.cybozu.kintone.database.JsonParser
Retrieves the id string from json string.
jsonToIDs(String) - Method in class com.cybozu.kintone.database.JsonParser
Retrieves the array of the ids from json string.
jsonToLongArray(String) - Method in class com.cybozu.kintone.database.JsonParser
Retrieves the array of the Long values from json.
jsonToResultSet(Connection, String) - Method in class com.cybozu.kintone.database.JsonParser
Converts the json string to the resultset object.
jsonToRevision(String) - Method in class com.cybozu.kintone.database.JsonParser
Retrieves the revision string from json string.
A B C D E F G H I J L M N P R S T U V 
Skip navigation links