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

Method resolve

src/main/java/com/github/javafaker/Faker.java:632–634  ·  view source on GitHub ↗
(String key)

Source from the content-addressed store, hash-verified

630 }
631
632 public String resolve(String key) {
633 return this.fakeValuesService.resolve(key, this, this);
634 }
635
636 /**
637 * Allows the evaluation of native YML expressions to allow you to build your own.

Calls

no outgoing calls