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

com.github.javafaker.Hipster Maven / Gradle / Ivy

package com.github.javafaker;

public class Hipster {
    private final Faker faker;

    protected Hipster(final Faker faker) {
        this.faker = faker;
    }

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy