A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
Y
Z
C
- CalendarRandomizer - class in io.github.krandom.randomizers.time
- Generate a random Calendar.
- CharacterRandomizer - class in io.github.krandom.randomizers.text
- Generate a random Character.
- CharacterUtils - class in io.github.krandom.util
- Character utility methods.
- CharSequenceRandomizer - class in io.github.krandom.randomizers.text
- charset(java.nio.charset.Charset) - function in io.github.krandom.KRandomParameters
- Set the charset to use for character based fields.
- collectionSizeRange(int,int) - function in io.github.krandom.KRandomParameters
- Set the collection size range.
- collectPrintableCharactersOf(java.nio.charset.Charset) - function in io.github.krandom.util.CharacterUtils
- Returns a list of all printable charaters of the given charset.
- ConstantRandomizer - class in io.github.krandom.randomizers.misc
- A Randomizer that generates constant values.
- ContextAwareRandomizer - class in io.github.krandom.api
- Interface for a Randomizer that is aware of the randomization it is invoked in.
- ConversionUtils - class in io.github.krandom.util
- Type conversion utility methods.
- convertArguments(kotlin.Array) - function in io.github.krandom.util.ConversionUtils
- convertDateToLocalDate(java.util.Date) - function in io.github.krandom.util.ConversionUtils
- copy() - function in io.github.krandom.KRandomParameters
- Return a shallow copy of randomization parameters.
- createEmptyCollectionForType(java.lang.Class,int) - function in io.github.krandom.util.ReflectionUtils
- Create an empty collection for the given type.
- createInstance(java.lang.Class,io.github.krandom.api.RandomizerContext) - function in io.github.krandom.ObjenesisObjectFactory
- Create a new instance of
type
in the given randomization context. - createInstance(java.lang.Class,io.github.krandom.api.RandomizerContext) - function in io.github.krandom.api.ObjectFactory
- Create a new instance of
type
in the given randomization context. - CustomRandomizerRegistry - class in io.github.krandom.randomizers.registry
- Registry of user defined randomizers.