Uses of Interface
io.github.krandom.api.RandomizerRegistry
Packages that use RandomizerRegistry
Package
Description
Core implementation of k-random.
Public API.
This package contains internal registries.
-
Uses of RandomizerRegistry in io.github.krandom
Methods in io.github.krandom with parameters of type RandomizerRegistryModifier and TypeMethodDescriptionKRandomParameters.randomizerRegistry
(RandomizerRegistry registry) Register aRandomizerRegistry
. -
Uses of RandomizerRegistry in io.github.krandom.api
Method parameters in io.github.krandom.api with type arguments of type RandomizerRegistryModifier and TypeMethodDescriptiondefault void
RandomizerProvider.setRandomizerRegistries
(Set<RandomizerRegistry> randomizerRegistries) Set randomizer registries. -
Uses of RandomizerRegistry in io.github.krandom.randomizers.registry
Classes in io.github.krandom.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.