![JAR search and dependency download from the Maven repository](/logo.png)
cloud.agileframework.data.common.dictionary.DataExtendManager Maven / Gradle / Ivy
package cloud.agileframework.data.common.dictionary;
import cloud.agileframework.dictionary.util.TranslateException;
/**
* @author 佟盟
* 日期 2020/7/15 19:17
* 描述 TODO
* @version 1.0
* @since 1.0
*/
public interface DataExtendManager {
/**
* 字典转换工具
*
* @param o 转换前的对象
*/
void cover(Object o) throws TranslateException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy