Uses of Interface
dev.orne.test.rnd.params.GenerationParameters
Packages that use GenerationParameters
-
Uses of GenerationParameters in dev.orne.test.rnd.params
Classes in dev.orne.test.rnd.params with type parameters of type GenerationParametersModifier and TypeClassDescriptionclass
Abstract implementation ofParameterizableGenerator
.class
Abstract implementation ofTypedParameterizableGenerator
.Subinterfaces of GenerationParameters in dev.orne.test.rnd.paramsModifier and TypeInterfaceDescriptioninterface
Interface for generation parameters of generic classes with two type parameters for key and values.interface
Interface for generation parameters for value types that can benull
.static interface
Interface forNullableParameters
builders.interface
Interface for number generation parameters.static interface
Interface forNumberParameters
builders.interface
Interface for generation parameters of generic classes with a single type parameter.interface
Interface for generation parameters that support sizing parameters.static interface
Interface forNumberParameters
builders.Classes in dev.orne.test.rnd.params that implement GenerationParametersModifier and TypeClassDescriptionclass
Parameters for randomCollection
generation.class
The basic implementation ofKeyValueGenericParameters
.class
Parameters for randomMap
generation.class
The basic implementation ofNullableParameters
.class
The basic implementation ofNumberParameters
.class
The basic implementation ofSimpleGenericParameters
.class
The basic implementation ofSizeParameters
.class
Parameters for randomString
generation.Constructors in dev.orne.test.rnd.params with parameters of type GenerationParametersModifierConstructorDescriptionCollectionGenerationParameters
(@NotNull GenerationParameters copy) Copy constructor.KeyValueGenericParametersImpl
(@NotNull GenerationParameters copy) Copy constructor.MapGenerationParameters
(@NotNull GenerationParameters copy) Copy constructor.NullableParametersImpl
(@NotNull GenerationParameters copy) Copy constructor.NumberParametersImpl
(@NotNull GenerationParameters copy) Copy constructor.SimpleGenericParametersImpl
(@NotNull GenerationParameters copy) Copy constructor.SizeParametersImpl
(@NotNull GenerationParameters copy) Copy constructor.StringGenerationParameters
(@NotNull GenerationParameters copy) Copy constructor.