Uses of Interface
org.jeasy.random.api.RandomizerRegistry
-
Packages that use RandomizerRegistry Package Description org.jeasy.random Core implementation of Easy Random.org.jeasy.random.api Public API.org.jeasy.random.randomizers.registry This package contains internal registries. -
-
Uses of RandomizerRegistry in org.jeasy.random
Methods in org.jeasy.random with parameters of type RandomizerRegistry Modifier and Type Method Description EasyRandomParametersEasyRandomParameters. randomizerRegistry(RandomizerRegistry registry)Register aRandomizerRegistry. -
Uses of RandomizerRegistry in org.jeasy.random.api
Method parameters in org.jeasy.random.api with type arguments of type RandomizerRegistry Modifier and Type Method Description default voidRandomizerProvider. setRandomizerRegistries(java.util.Set<RandomizerRegistry> randomizerRegistries)Set randomizer registries. -
Uses of RandomizerRegistry in org.jeasy.random.randomizers.registry
Classes in org.jeasy.random.randomizers.registry that implement RandomizerRegistry Modifier and Type Class Description classAnnotationRandomizerRegistryARandomizerRegistryfor fields annotated withRandomizer.classCustomRandomizerRegistryRegistry of user defined randomizers.classExclusionRandomizerRegistryARandomizerRegistryto exclude fields using aPredicate.classInternalRandomizerRegistryRegistry for Java built-in types.classTimeRandomizerRegistryA registry of randomizers for Java 8 JSR 310 types.
-