by.stub.yaml.StubBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of stubby4j Show documentation
Show all versions of stubby4j Show documentation
HTTP stub server written in Java with embedded Jetty
package by.stub.yaml;
/**
* @author: Alexander Zagniotov
* Created: 8/12/13 5:08 PM
*/
interface StubBuilder {
T build() throws Exception;
void store(final String fieldName, final Object fieldValue);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy