| Package | Description |
|---|---|
| com.github.javafaker.service |
| Modifier and Type | Method and Description |
|---|---|
String |
FakeValuesService.expression(String expression,
Faker faker)
resolves an expression using the current faker.
|
String |
FakeValuesService.resolve(String key,
Object current,
Faker root)
Resolves a key to a method on an object.
|
protected String |
FakeValuesService.resolveExpression(String expression,
Object current,
Faker root)
processes a expression in the style #{X.y} using the current objects as the 'current' location
within the yml file (or the
Faker object hierarchy as it were). |
Copyright © 2016. All Rights Reserved.