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

Method isbnGs1

src/main/java/com/github/javafaker/Code.java:26–28  ·  view source on GitHub ↗

This can be overridden by specifying code: isbn_gs1: "some expression" in the appropriate yml file. @return a GS1 code for an ISBN13, currently is only 978 and 979

()

Source from the content-addressed store, hash-verified

24 * @return a GS1 code for an ISBN13, currently is only 978 and 979
25 */
26 public String isbnGs1() {
27 return faker.regexify("978|979");
28 }
29 /**
30 * This can be overridden by specifying
31 * <code>

Callers

nothing calls this directly

Calls 1

regexifyMethod · 0.45

Tested by

no test coverage detected