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

by.stub.yaml.StubBuilder Maven / Gradle / Ivy

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