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

org.jfaster.badger.query.bean.invoker.GetterInvoker Maven / Gradle / Ivy

package org.jfaster.badger.query.bean.invoker;

import org.jfaster.badger.jdbc.type.convert.TypeConverter;

public interface GetterInvoker {

    Object invoke(Object obj);

    Class getRawType();

    Class getJdbcType();

    TypeConverter getConverter();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy