
com.happinesea.ec.rws.lib.RwsConverter.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
/**
* 異なるシステム間のオブジェクトを変換するために用いる変換クラス。
*
* @param 変換元のクラス
* @Deprecated //TODO 未定
*/
abstract class RwsConverter {
abstract D convert(S source, D dest) ;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy