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

cn.mybatisboost.generator.ValueGenerator Maven / Gradle / Ivy

The newest version!
package cn.mybatisboost.generator;

public interface ValueGenerator {

    T generateValue(Class type, Class fieldType);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy