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

com.javaoffers.batis.modelhelper.convert.Convert Maven / Gradle / Ivy

The newest version!
package com.javaoffers.batis.modelhelper.convert;

/**
 * @Description:
 * @Auther: create by cmj on 2021/12/7 19:53
 */
public interface Convert {
    /**
     * 将 T 转换为V
     * @param t
     * @return
     */
     V convert (T t);


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy