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

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

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

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

public interface SetterInvoker {

    void invoke(Object object, Object parameter);

    Class getRawType();

    Class getJdbcType();

    TypeConverter getConverter();

    String name();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy