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
()
| 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> |