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

org.simpleflatmapper.map.getter.ContextualGetter Maven / Gradle / Ivy

package org.simpleflatmapper.map.getter;

import org.simpleflatmapper.converter.Context;

public interface ContextualGetter {
    T get(S s, Context context) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy