A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
Y
Z
E
- EnumRandomizer - class in io.github.krandom.randomizers.misc
- A Randomizer that generates a random value from a given Enum.
- EnumSetRandomizer - class in io.github.krandom.randomizers.collection
- A Randomizer that generates an EnumSet of random enum values using a delegate EnumRandomizer.
- Exclude - class in io.github.krandom.annotation
- Annotation to exclude a field from being populated.
- excludeField(java.util.function.Predicate) - function in io.github.krandom.KRandomParameters
- Exclude a field from being randomized.
- excludeType(java.util.function.Predicate) - function in io.github.krandom.KRandomParameters
- Exclude a type from being randomized.
- exclusionPolicy(io.github.krandom.api.ExclusionPolicy) - function in io.github.krandom.KRandomParameters
- Provide a custom exclusion policy.
- ExclusionPolicy - class in io.github.krandom.api
- Strategy interface for field/type exclusion.
- ExclusionRandomizerRegistry - class in io.github.krandom.randomizers.registry
- A RandomizerRegistry to exclude fields using a Predicate.