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

com.yuehuanghun.mybatis.milu.tool.converter.Converter Maven / Gradle / Ivy

There is a newer version: 1.18.0
Show newest version
package com.yuehuanghun.mybatis.milu.tool.converter;

public interface Converter {
	T convert(Object target);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy