|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Lazy | |
|---|---|
| org.identityconnectors.contract.data.groovy | |
| Uses of Lazy in org.identityconnectors.contract.data.groovy |
|---|
| Subclasses of Lazy in org.identityconnectors.contract.data.groovy | |
|---|---|
class |
Get
Lazily get a property This is a Helper class, users of tests will access methods: random(Object) and get(Object))
|
class |
Random
Generate random strings based on given pattern This is a Helper class, users of tests will access methods: random(Object) and get(Object))
|
| Methods in org.identityconnectors.contract.data.groovy that return Lazy | |
|---|---|
static Lazy |
Lazy.get(Object prop)
retrieve value of another property dynamically |
Lazy |
Lazy.plus(Lazy lazy)
|
Lazy |
Lazy.plus(String s)
overriding plus operation to be able to concatenate Lazy objects to others. |
static Lazy |
Lazy.random(Object pattern)
|
static Lazy |
Lazy.random(Object pattern,
Class<?> clazz)
generate a random object based on given pattern. |
| Methods in org.identityconnectors.contract.data.groovy with parameters of type Lazy | |
|---|---|
Lazy |
Lazy.plus(Lazy lazy)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||