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 TypeClassDescriptionclassThe basic implementation ofKeyValueGenericParameters.classParameters for randomMapgeneration.Methods in dev.orne.test.rnd.params that return KeyValueGenericParametersModifier and TypeMethodDescription@NotNull KeyValueGenericParametersKeyValueGenericParameters.ValuesTypeBuilder.withValuesType(@NotNull Class<?> type) Creates a new instance of generation parameters with the specified keys and values types.@NotNull KeyValueGenericParametersKeyValueGenericParameters.ValuesTypeBuilder.withValuesType(@NotNull GenericArrayType type) Creates a new instance of generation parameters with the specified keys and values types.@NotNull KeyValueGenericParametersKeyValueGenericParameters.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 TypeMethodDescriptionvoidKeyValueGenericParametersExtractor.extractParameters(@NotNull KeyValueGenericParameters from, @NotNull KeyValueGenericParameters target) Extracts the parameters from the specified source, modifying the generation parameters as required.voidKeyValueGenericParametersTypeExtractor.extractParameters(@NotNull TypeDeclaration from, @NotNull KeyValueGenericParameters target) Extracts the parameters from the specified source, modifying the generation parameters as required.