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

Method ean8

src/main/java/com/github/javafaker/Code.java:191–193  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189 = {"01", "10", "30", "33", "35", "44", "45", "49", "50", "51", "52", "53", "54", "86", "91", "98", "99"};
190
191 public String ean8() {
192 return gtin8();
193 }
194
195 public String gtin8() {
196 char[] values = faker.regexify("\\d{7}").toCharArray();

Callers

nothing calls this directly

Calls 1

gtin8Method · 0.95

Tested by

no test coverage detected