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

io.quarkus.funqy.runtime.query.QueryPropertySetter Maven / Gradle / Ivy

package io.quarkus.funqy.runtime.query;

import java.util.List;
import java.util.Map;

interface QueryPropertySetter {
    Object create();

    void setValue(Object target, String name, String value, Map> paramToObject);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy