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

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

package org.simpleflatmapper.map.getter;

import org.simpleflatmapper.converter.Context;

public interface BooleanContextualGetter {
    boolean getBoolean(S s, Context mappingContext) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy