Package org.jeasy.random.annotation
Annotation Interface Randomizer
Annotation to mark a field to be populated with a random value using the given
Randomizer
.- Author:
- Mahmoud Ben Hassine ([email protected])
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass<? extends Randomizer<?>>
TheRandomizer
to use to generate the random value for this field. -
Optional Element Summary
Optional Elements
-
Element Details
-
value
Class<? extends Randomizer<?>> valueTheRandomizer
to use to generate the random value for this field.- Returns:
- the randomizer's class
-
args
RandomizerArgument[] args- Default:
- {}
-