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 TypeClassDescriptionclassAbstract implementation ofParameterizableGenerator.classAbstract implementation ofTypedParameterizableGenerator.Subinterfaces of GenerationParameters in dev.orne.test.rnd.paramsModifier and TypeInterfaceDescriptioninterfaceInterface for generation parameters of generic classes with two type parameters for key and values.interfaceInterface for generation parameters for value types that can benull.static interfaceInterface forNullableParametersbuilders.interfaceInterface for number generation parameters.static interfaceInterface forNumberParametersbuilders.interfaceInterface for generation parameters of generic classes with a single type parameter.interfaceInterface for generation parameters that support sizing parameters.static interfaceInterface forNumberParametersbuilders.Classes in dev.orne.test.rnd.params that implement GenerationParametersModifier and TypeClassDescriptionclassParameters for randomCollectiongeneration.classThe basic implementation ofKeyValueGenericParameters.classParameters for randomMapgeneration.classThe basic implementation ofNullableParameters.classThe basic implementation ofNumberParameters.classThe basic implementation ofSimpleGenericParameters.classThe basic implementation ofSizeParameters.classParameters for randomStringgeneration.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.