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

cloud.agileframework.data.common.dictionary.DataExtendManager Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
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