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

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

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

public interface SetterInvokerGroup {

    Class getOriginalType();

    Class getTargetType();

    void invoke(Object obj, Object value);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy