Uses of Class
dev.orne.test.rnd.params.KeyValueGenericParametersImpl
Packages that use KeyValueGenericParametersImpl
-
Uses of KeyValueGenericParametersImpl in dev.orne.test.rnd.params
Methods in dev.orne.test.rnd.params that return KeyValueGenericParametersImplModifier and TypeMethodDescription@NotNull KeyValueGenericParametersImplKeyValueGenericParametersImpl.withKeysType(@NotNull Class<?> type) Specifies the type of the map keys.@NotNull KeyValueGenericParametersImplKeyValueGenericParametersImpl.withKeysType(@NotNull GenericArrayType type) Creates a new instance of generation parameters with the specified generic array type as list components type.@NotNull KeyValueGenericParametersImplKeyValueGenericParametersImpl.withKeysType(@NotNull ParameterizedType type) Creates a new instance of generation parameters with the specified parameterized type as list components type.@NotNull KeyValueGenericParametersImplKeyValueGenericParametersImpl.withValuesType(@NotNull Class<?> type) Creates a new instance of generation parameters with the specified keys and values types.@NotNull KeyValueGenericParametersImplKeyValueGenericParametersImpl.withValuesType(@NotNull GenericArrayType type) Creates a new instance of generation parameters with the specified keys and values types.@NotNull KeyValueGenericParametersImplKeyValueGenericParametersImpl.withValuesType(@NotNull ParameterizedType type) Creates a new instance of generation parameters with the specified keys and values types.