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

org.simpleflatmapper.map.setter.IntContextualSetter Maven / Gradle / Ivy

package org.simpleflatmapper.map.setter;

import org.simpleflatmapper.converter.Context;

public interface IntContextualSetter {
	void setInt(T target, int value, Context context) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy