Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
Callers
15
testSafeEmailAddress
Method · 0.45
testSafeEmailAddressWithLocalPartParameter
Method · 0.45
resolveShouldReturnValueThatExists
Method · 0.45
resolveShouldThrowExceptionWhenPropertyDoesntExist
Method · 0.45
bothify2Args
Method · 0.45
regexifyDirective
Method · 0.45
regexifySlashFormatDirective
Method · 0.45
regexifyDirective2
Method · 0.45
resolveKeyToPropertyWithAPropertyWithoutAnObject
Method · 0.45
resolveKeyToPropertyWithAPropertyWithAnObject
Method · 0.45
resolveKeyToPropertyWithAList
Method · 0.45
resolveKeyWithMultiplePropertiesShouldJoinResults
Method · 0.45
Calls
no outgoing calls
Tested by
13
testSafeEmailAddress
Method · 0.36
testSafeEmailAddressWithLocalPartParameter
Method · 0.36
resolveShouldReturnValueThatExists
Method · 0.36
resolveShouldThrowExceptionWhenPropertyDoesntExist
Method · 0.36
bothify2Args
Method · 0.36
regexifyDirective
Method · 0.36
regexifySlashFormatDirective
Method · 0.36
regexifyDirective2
Method · 0.36
resolveKeyToPropertyWithAPropertyWithoutAnObject
Method · 0.36
resolveKeyToPropertyWithAPropertyWithAnObject
Method · 0.36
resolveKeyToPropertyWithAList
Method · 0.36
resolveKeyWithMultiplePropertiesShouldJoinResults
Method · 0.36