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

org.visallo.webster.ParameterValueConverter Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
package org.visallo.webster;

public interface ParameterValueConverter {
    Object toValue(Class parameterType, String parameterName, String[] value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy