A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
Y
Z
I
- ignoreRandomizationErrors(boolean) - function in io.github.krandom.KRandomParameters
- With this parameter, any randomization error will be silently ignored and the corresponding field will be set to null.
- inClass(java.lang.Class) - function in io.github.krandom.FieldPredicates
- Create a predicate to check that a field is defined in a given class.
- init(io.github.krandom.KRandomParameters) - function in io.github.krandom.api.RandomizerRegistry
- Initialize the registry.
- init(io.github.krandom.KRandomParameters) - function in io.github.krandom.randomizers.registry.AnnotationRandomizerRegistry
- Initialize the registry.
- init(io.github.krandom.KRandomParameters) - function in io.github.krandom.randomizers.registry.CustomRandomizerRegistry
- Initialize the registry.
- init(io.github.krandom.KRandomParameters) - function in io.github.krandom.randomizers.registry.ExclusionRandomizerRegistry
- Initialize the registry.
- init(io.github.krandom.KRandomParameters) - function in io.github.krandom.randomizers.registry.InternalRandomizerRegistry
- Initialize the registry.
- init(io.github.krandom.KRandomParameters) - function in io.github.krandom.randomizers.registry.TimeRandomizerRegistry
- Initialize the registry.
- initCause(java.lang.Throwable) - function in java.lang.Throwable
- inPackage(java.lang.String) - function in io.github.krandom.TypePredicates
- Create a predicate to check that a type is defined in a given package.
- InstantRandomizer - class in io.github.krandom.randomizers.time
- A Randomizer that generates random Instant.
- InstantRangeRandomizer - class in io.github.krandom.randomizers.range
- IntegerRandomizer - class in io.github.krandom.randomizers.number
- Generate a random Integer.
- IntegerRangeRandomizer - class in io.github.krandom.randomizers.range
- Generate a random Integer in the given range.
- InternalRandomizerRegistry - class in io.github.krandom.randomizers.registry
- Registry for Java built-in types.
- ints(long) - function in java.util.Random
- io.github.krandom - package io.github.krandom
- io.github.krandom.annotation - package io.github.krandom.annotation
- io.github.krandom.api - package io.github.krandom.api
- io.github.krandom.randomizers - package io.github.krandom.randomizers
- io.github.krandom.randomizers.collection - package io.github.krandom.randomizers.collection
- io.github.krandom.randomizers.misc - package io.github.krandom.randomizers.misc
- io.github.krandom.randomizers.net - package io.github.krandom.randomizers.net
- io.github.krandom.randomizers.number - package io.github.krandom.randomizers.number
- io.github.krandom.randomizers.range - package io.github.krandom.randomizers.range
- io.github.krandom.randomizers.registry - package io.github.krandom.randomizers.registry
- io.github.krandom.randomizers.text - package io.github.krandom.randomizers.text
- io.github.krandom.randomizers.time - package io.github.krandom.randomizers.time
- io.github.krandom.util - package io.github.krandom.util
- isAbstract() - function in io.github.krandom.TypePredicates
- Create a predicate to check if a class is abstract.
- isAbstract(java.lang.Class) - function in io.github.krandom.util.ReflectionUtils
- Check if the type is abstract (either an interface or an abstract class).
- isAnnotatedWith(kotlin.Array) - function in io.github.krandom.FieldPredicates
- Create a predicate to check that a field is annotated with one of the given annotations.
- isAnnotatedWith(kotlin.Array) - function in io.github.krandom.TypePredicates
- Create a predicate to check that a type is annotated with one of the given annotations.
- isAnnotationPresent(java.lang.reflect.Field,java.lang.Class) - function in io.github.krandom.util.ReflectionUtils
- Checks if field or corresponding read method is annotated with given annotationType.
- isArray() - function in io.github.krandom.TypePredicates
- Create a predicate to check if a type is an array.
- isArrayType(java.lang.Class) - function in io.github.krandom.util.ReflectionUtils
- Check if a type is an array type.
- isAssignableFrom(java.lang.Class) - function in io.github.krandom.TypePredicates
- Create a predicate to check if a type is assignable from another type.
- isBypassSetters() - function in io.github.krandom.KRandomParameters
- isCollectionType(java.lang.Class) - function in io.github.krandom.util.ReflectionUtils
- Check if a type is a collection type.
- isCollectionType(java.lang.reflect.Type) - function in io.github.krandom.util.ReflectionUtils
- Check if a type is a collection type.
- isDeprecated() - function in java.util.random.RandomGenerator
- isEnum() - function in io.github.krandom.TypePredicates
- Create a predicate to check if a type is an enumeration.
- isEnumType(java.lang.Class) - function in io.github.krandom.util.ReflectionUtils
- Check if a type is an enum type.
- isIgnoreRandomizationErrors() - function in io.github.krandom.KRandomParameters
- isInterface() - function in io.github.krandom.TypePredicates
- Create a predicate to check if a type is an interface.
- isInterface(java.lang.Class) - function in io.github.krandom.util.ReflectionUtils
- Check if a type is an interface.
- isIntrospectable(java.lang.Class) - function in io.github.krandom.util.ReflectionUtils
- Check if a type should be introspected for internal fields.
- isJdkBuiltIn(java.lang.Class) - function in io.github.krandom.util.ReflectionUtils
- Check if a type is a JDK built-in collection/map.
- isMapType(java.lang.Class) - function in io.github.krandom.util.ReflectionUtils
- Check if a type is a map type.
- isOptionalType(java.lang.Class) - function in io.github.krandom.util.ReflectionUtils
- Check if a type is Optional.
- isOverrideDefaultInitialization() - function in io.github.krandom.KRandomParameters
- isParameterizedType(java.lang.reflect.Type) - function in io.github.krandom.util.ReflectionUtils
- Check if a type is a parameterized type
- isPopulatable(java.lang.reflect.Type) - function in io.github.krandom.util.ReflectionUtils
- Check if a type is populatable.
- isPrimitive() - function in io.github.krandom.TypePredicates
- Create a predicate to check if a type is primitive.
- isPrimitiveFieldWithDefaultValue(java.lang.Object,java.lang.reflect.Field) - function in io.github.krandom.util.ReflectionUtils
- Check if a field has a primitive type and matching default value which is set by the compiler.
- isPublic(java.lang.Class) - function in io.github.krandom.util.ReflectionUtils
- Check if the type is public.
- isScanClasspathForConcreteTypes() - function in io.github.krandom.KRandomParameters
- isStatic(java.lang.reflect.Field) - function in io.github.krandom.util.ReflectionUtils
- Check if a field is static.
- isTypeVariable(java.lang.reflect.Type) - function in io.github.krandom.util.ReflectionUtils
- Check if a type is a type variable
- isWildcardType(java.lang.reflect.Type) - function in io.github.krandom.util.ReflectionUtils
- Check if a type is a wildcard type