public interface FakeValuesServiceInterface
| Modifier and Type | Method and Description |
|---|---|
String |
bothify(String string) |
Object |
fetch(String key) |
Object |
fetchObject(String key) |
String |
fetchString(String key) |
String |
letterify(String letterString) |
String |
numerify(String numberString) |
String |
regexify(String regex) |
String |
resolve(String key,
Object current,
Resolver resolver) |
String |
safeFetch(String key) |
Copyright © 2016. All rights reserved.