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

nbcp.myoql.db.sql.base.IFieldValueConverter.kt Maven / Gradle / Ivy

The newest version!
package nbcp.myoql.db.sql.base

import java.lang.reflect.Field

interface IFieldValueConverter {
    /**
     * @param field 实体字段
     */
    fun convert(field: Field, value: Any?): Any?
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy