io.codearte.jfairy.producer.person.PersonFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jfairy Show documentation
Show all versions of jfairy Show documentation
jFairy - Java fake data generator
The newest version!
package io.codearte.jfairy.producer.person;
/**
* Created by Jakub Kubrynski / 2014-05-26
*/
public interface PersonFactory {
PersonProvider producePersonProvider(PersonProperties.PersonProperty... personProperties);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy