Interface ObjectCollectionFillExtension

All Known Subinterfaces:
ObjectTypeFill
All Known Implementing Classes:
EnumFill

public interface ObjectCollectionFillExtension
interface ObjectCollectionFillExtension
  • Method Summary

    Modifier and Type
    Method
    Description
    fillStream(Class<?> collectionGenericType, Fill fill)
    Generates a stream of objects for the given collection generic type and fill parameters.
  • Method Details

    • fillStream

      Stream<Object> fillStream(Class<?> collectionGenericType, Fill fill)
      Generates a stream of objects for the given collection generic type and fill parameters.
      Parameters:
      collectionGenericType - the generic type of the collection
      fill - the fill parameters for object generation
      Returns:
      a stream of objects for the collection