Uses of Interface
dev.orne.test.rnd.params.KeyValueGenericParameters
Packages that use KeyValueGenericParameters
-
Uses of KeyValueGenericParameters in dev.orne.test.rnd.params
Classes in dev.orne.test.rnd.params that implement KeyValueGenericParametersModifier and TypeClassDescriptionclass
The basic implementation ofKeyValueGenericParameters
.class
Parameters for randomMap
generation.Methods in dev.orne.test.rnd.params that return KeyValueGenericParametersModifier and TypeMethodDescription@NotNull KeyValueGenericParameters
KeyValueGenericParameters.ValuesTypeBuilder.withValuesType
(@NotNull Class<?> type) Creates a new instance of generation parameters with the specified keys and values types.@NotNull KeyValueGenericParameters
KeyValueGenericParameters.ValuesTypeBuilder.withValuesType
(@NotNull GenericArrayType type) Creates a new instance of generation parameters with the specified keys and values types.@NotNull KeyValueGenericParameters
KeyValueGenericParameters.ValuesTypeBuilder.withValuesType
(@NotNull ParameterizedType type) Creates a new instance of generation parameters with the specified keys and values types.Methods in dev.orne.test.rnd.params with parameters of type KeyValueGenericParametersModifier and TypeMethodDescriptionvoid
KeyValueGenericParametersExtractor.extractParameters
(@NotNull KeyValueGenericParameters from, @NotNull KeyValueGenericParameters target) Extracts the parameters from the specified source, modifying the generation parameters as required.void
KeyValueGenericParametersTypeExtractor.extractParameters
(@NotNull TypeDeclaration from, @NotNull KeyValueGenericParameters target) Extracts the parameters from the specified source, modifying the generation parameters as required.