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