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 void
RandomizerProvider.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 TypeClassDescriptionclass
ARandomizerRegistry
for fields annotated withRandomizer
.class
Registry of user defined randomizers.class
ARandomizerRegistry
to exclude fields using aPredicate
.class
Registry for Java built-in types.class
A registry of randomizers for Java 8 JSR 310 types.