com.yuehuanghun.mybatis.milu.tool.converter.Converter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mybatis-milu Show documentation
Show all versions of mybatis-milu Show documentation
A mybatis orm enhance framework.
package com.yuehuanghun.mybatis.milu.tool.converter;
public interface Converter {
T convert(Object target);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy