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

Method Name

src/main/java/com/github/javafaker/Name.java:13–15  ·  view source on GitHub ↗

Internal constructor, not to be used by clients. Instances of Name should be accessed via Faker#name().

(Faker faker)

Source from the content-addressed store, hash-verified

11 * {@link Faker#name()}.
12 */
13 protected Name(Faker faker) {
14 this.faker = faker;
15 }
16
17 /**
18 * <p>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected