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

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

package org.simpleflatmapper.map.setter;


import org.simpleflatmapper.converter.Context;

public interface ContextualIndexedSetter {

	void set(T target, P value, int index, Context context) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy