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

net.datafaker.providers.base.Hipster Maven / Gradle / Ivy

package net.datafaker.providers.base;

/**
 * @since 0.8.0
 */
public class Hipster extends AbstractProvider {

    protected Hipster(final BaseProviders faker) {
        super(faker);
    }

    public String word() {
        return resolve("hipster.words");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy