All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.happinesea.ec.rws.lib.RwsResponseParser.groovy Maven / Gradle / Ivy

There is a newer version: 1.0.0_preview
Show newest version
package com.happinesea.ec.rws.lib

import com.happinesea.ec.rws.lib.bean.ApiResponseNode

/**
 * RWS responseパーサーのマーカーIF
 * 
 *
 */
interface RwsResponseParser {
    public  R parse(String is,Class clz)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy