Uses of Interface
org.jeasy.random.api.RandomizerRegistry
Packages that use RandomizerRegistry
Package
Description
Core implementation of Easy Random.
Public API.
This package contains internal registries.
-
Uses of RandomizerRegistry in org.jeasy.random
Methods in org.jeasy.random with parameters of type RandomizerRegistryModifier and TypeMethodDescriptionEasyRandomParameters.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 RandomizerRegistryModifier and TypeMethodDescriptiondefault voidRandomizerProvider.setRandomizerRegistries(Set<RandomizerRegistry> randomizerRegistries) Set randomizer registries. -
Uses of RandomizerRegistry in org.jeasy.random.randomizers.registry
Classes in org.jeasy.random.randomizers.registry that implement RandomizerRegistryModifier and TypeClassDescriptionclassARandomizerRegistryfor fields annotated withRandomizer.classRegistry of user defined randomizers.classARandomizerRegistryto exclude fields using aPredicate.classRegistry for Java built-in types.classA registry of randomizers for Java 8 JSR 310 types.