
com.happinesea.ec.rws.lib.RwsResponseParser.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rws-lib Show documentation
Show all versions of rws-lib Show documentation
Uploads all artifacts belonging to configuration ':archives'
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