Package ru.objectsfill.types.array
Class FillArray
java.lang.Object
ru.objectsfill.types.array.FillArray
The `FillArray` class provides a method to create an array and fill it with generated values.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Object[]createArray(Class<T> fieldType, Fill fill) Creates an array of the specified component type and fills it with generated values.
-
Constructor Details
-
FillArray
public FillArray()
-
-
Method Details
-
createArray
Creates an array of the specified component type and fills it with generated values.- Type Parameters:
T- the component type of the array- Parameters:
fieldType- the class representing the component type of the arrayfill- the `Fill` object containing the generation parameters- Returns:
- the created array filled with generated values
-