Uses of Class
org.jeasy.random.annotation.RandomizerArgument
-
Packages that use RandomizerArgument Package Description org.jeasy.random.annotation Public annotations.org.jeasy.random.util Public utility classes. -
-
Uses of RandomizerArgument in org.jeasy.random.annotation
Methods in org.jeasy.random.annotation with annotations of type RandomizerArgument Modifier and Type Method Description RandomizerArgument[]args()Methods in org.jeasy.random.annotation that return RandomizerArgument Modifier and Type Method Description RandomizerArgument[]args() -
Uses of RandomizerArgument in org.jeasy.random.util
Methods in org.jeasy.random.util with parameters of type RandomizerArgument Modifier and Type Method Description static java.lang.Object[]ConversionUtils. convertArguments(RandomizerArgument[] declaredArguments)static <T> Randomizer<T>ReflectionUtils. newInstance(java.lang.Class<T> type, RandomizerArgument[] randomizerArguments)
-