![JAR search and dependency download from the Maven repository](/logo.png)
cucumber.runtime.table.StringConverter Maven / Gradle / Ivy
package cucumber.runtime.table;
public interface StringConverter {
String map(String string);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package cucumber.runtime.table;
public interface StringConverter {
String map(String string);
}