Package ru.objectsfill.types.interfaces
Interface ObjectCollectionFillExtension
- All Known Subinterfaces:
ObjectTypeFill
- All Known Implementing Classes:
EnumFill
public interface ObjectCollectionFillExtension
interface ObjectCollectionFillExtension
-
Method Summary
Modifier and TypeMethodDescriptionfillStream(Class<?> collectionGenericType, Fill fill) Generates a stream of objects for the given collection generic type and fill parameters.
-
Method Details
-
fillStream
Generates a stream of objects for the given collection generic type and fill parameters.- Parameters:
collectionGenericType- the generic type of the collectionfill- the fill parameters for object generation- Returns:
- a stream of objects for the collection
-