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

us.abstracta.jmeter.javadsl.bridge.serialization.BuilderMethod Maven / Gradle / Ivy

Go to download

Module which allows to build simple adapters for JMeter Java DSL in other languages

The newest version!
package us.abstracta.jmeter.javadsl.bridge.serialization;

import java.lang.reflect.Parameter;

public interface BuilderMethod {

  Object invoke(Object... args) throws ReflectiveOperationException;

  Parameter[] getParameters();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy