A  B  C  D  E  F  G  H  I  K  L  M  N  O  P  Q  R  S  T  U  V  Y  Z 

R

randomizationDepth(int) - function in io.github.krandom.KRandomParameters
Set the randomization depth for objects graph.
randomize(java.lang.Class,io.github.krandom.api.Randomizer) - function in io.github.krandom.KRandomParameters
Register a custom randomizer for a given type.
randomize(java.util.function.Predicate,io.github.krandom.api.Randomizer) - function in io.github.krandom.KRandomParameters
Register a custom randomizer for the given field predicate.
Randomizer - class in io.github.krandom.annotation
Annotation to mark a field to be populated with a random value using the given .
Randomizer - class in io.github.krandom.api
Interface for custom randomizer.
RandomizerArgument - class in io.github.krandom.annotation
Argument of a Randomizer.
RandomizerContext - class in io.github.krandom.api
A context object for a Randomizer.
randomizerProvider(io.github.krandom.api.RandomizerProvider) - function in io.github.krandom.KRandomParameters
Provide a custom randomizer provider.
RandomizerProvider - class in io.github.krandom.api
Strategy interface to provide randomizers for field/type based on the current context.
randomizerRegistry(io.github.krandom.api.RandomizerRegistry) - function in io.github.krandom.KRandomParameters
Register a RandomizerRegistry.
RandomizerRegistry - class in io.github.krandom.api
Interface for a registry of Randomizers.
ReflectionUtils - class in io.github.krandom.util
Reflection utility methods.
registerRandomizer(java.lang.Class,io.github.krandom.api.Randomizer) - function in io.github.krandom.randomizers.registry.CustomRandomizerRegistry
 
registerRandomizer(java.util.function.Predicate,io.github.krandom.api.Randomizer) - function in io.github.krandom.randomizers.registry.CustomRandomizerRegistry
 
A  B  C  D  E  F  G  H  I  K  L  M  N  O  P  Q  R  S  T  U  V  Y  Z