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

io.cucumber.java8.DefaultParameterTransformerBody Maven / Gradle / Ivy

There is a newer version: 7.20.1
Show newest version
package io.cucumber.java8;

import org.apiguardian.api.API;

import java.lang.reflect.Type;

@FunctionalInterface
@API(status = API.Status.STABLE)
public interface DefaultParameterTransformerBody {

    Object accept(String fromValue, Type toValueType) throws Throwable;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy