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

com.jparams.junit4.data.converter.Converter Maven / Gradle / Ivy

package com.jparams.junit4.data.converter;

import com.jparams.junit4.reflection.MethodParameter;

public interface Converter {
    Object convert(Object data, MethodParameter methodParameter);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy