MCPcopy Create free account
hub / github.com/DiUS/java-faker / Food

Method Food

src/main/java/com/github/javafaker/Food.java:7–9  ·  view source on GitHub ↗
(Faker faker)

Source from the content-addressed store, hash-verified

5 private final Faker faker;
6
7 protected Food(Faker faker) {
8 this.faker = faker;
9 }
10
11 public String ingredient() {
12 return faker.fakeValuesService().resolve("food.ingredients", this, faker);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected