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

net.datafaker.providers.entertainment.FinalSpace Maven / Gradle / Ivy

Go to download

This library is a improved port of JavaFaker (as well as Ruby's stympy/faker gem and Perl's Data::Faker library) that generates fake data. It's useful when you're developing a new project and need some pretty data for showcase.

There is a newer version: 2.4.2
Show newest version
package net.datafaker.providers.entertainment;

import net.datafaker.providers.base.AbstractProvider;

/**
 * Final Space is an adult animated space opera comedy drama television series.
 *
 * @since 1.6.0
 */
public class FinalSpace extends AbstractProvider {

    protected FinalSpace(EntertainmentProviders faker) {
        super(faker);
    }

    public String character() {
        return resolve("final_space.characters");
    }

    public String vehicle() {
        return resolve("final_space.vehicles");
    }

    public String quote() {
        return resolve("final_space.quotes");
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy