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

org.simpleflatmapper.map.context.KeySourceGetter Maven / Gradle / Ivy

package org.simpleflatmapper.map.context;

public interface KeySourceGetter {
    Object getValue(K key, S source) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy