A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
Y
Z
O
- ObjectCreationException - class in io.github.krandom
- Exception thrown when k-random is unable to create an instance of a given type.
- objectFactory(io.github.krandom.api.ObjectFactory) - function in io.github.krandom.KRandomParameters
- Provide a custom object factory.
- ObjectFactory - class in io.github.krandom.api
- Strategy interface for object creation.
- objectPoolSize(int) - function in io.github.krandom.KRandomParameters
- Set the number of different objects to generate for a type.
- objects(java.lang.Class,int) - function in io.github.krandom.KRandom
- Generate a stream of random instances of the given type.
- ObjenesisObjectFactory - class in io.github.krandom
- Objenesis based factory to create "fancy" objects: immutable java beans, generic types, abstract and interface types.
- of(java.lang.String) - function in java.util.random.RandomGenerator
- OffsetDateTimeRandomizer - class in io.github.krandom.randomizers.time
- A Randomizer that generates random OffsetDateTime.
- OffsetDateTimeRangeRandomizer - class in io.github.krandom.randomizers.range
- Generate a random OffsetDateTime in the given range.
- OffsetTimeRandomizer - class in io.github.krandom.randomizers.time
- A Randomizer that generates random OffsetTime.
- OffsetTimeRangeRandomizer - class in io.github.krandom.randomizers.range
- Generate a random OffsetTime in the given range.
- ofType(java.lang.Class) - function in io.github.krandom.FieldPredicates
- Create a predicate to check that a field has a certain type.
- ofType(java.lang.Class) - function in io.github.krandom.TypePredicates
- Create a predicate to check that a class has a certain type.
- OptionalRandomizer - class in io.github.krandom.randomizers.misc
- A Randomizer which, according to the optional percent, returns the random value from a delegate.
- overrideDefaultInitialization(boolean) - function in io.github.krandom.KRandomParameters
- Should default initialization of field values be overridden?