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 KeyValueGenericParametersImpl
KeyValueGenericParametersImpl.withKeysType
(@NotNull Class<?> type) Specifies the type of the map keys.@NotNull KeyValueGenericParametersImpl
KeyValueGenericParametersImpl.withKeysType
(@NotNull GenericArrayType type) Creates a new instance of generation parameters with the specified generic array type as list components type.@NotNull KeyValueGenericParametersImpl
KeyValueGenericParametersImpl.withKeysType
(@NotNull ParameterizedType type) Creates a new instance of generation parameters with the specified parameterized type as list components type.@NotNull KeyValueGenericParametersImpl
KeyValueGenericParametersImpl.withValuesType
(@NotNull Class<?> type) Creates a new instance of generation parameters with the specified keys and values types.@NotNull KeyValueGenericParametersImpl
KeyValueGenericParametersImpl.withValuesType
(@NotNull GenericArrayType type) Creates a new instance of generation parameters with the specified keys and values types.@NotNull KeyValueGenericParametersImpl
KeyValueGenericParametersImpl.withValuesType
(@NotNull ParameterizedType type) Creates a new instance of generation parameters with the specified keys and values types.