Class FillRawStream

java.lang.Object
ru.objectsfill.types.collection_type.FillRawStream
All Implemented Interfaces:
CollectionTypeFill

public class FillRawStream extends Object implements CollectionTypeFill
class FillRawStream
  • Constructor Details

    • FillRawStream

      public FillRawStream()
  • Method Details

    • generate

      public Object generate(Field field, Fill fill)
      Generates a set collection based on the provided field and fill parameters. The generated collection will be in the form of a raw stream object.
      Specified by:
      generate in interface CollectionTypeFill
      Parameters:
      field - the field for which the set collection is generated
      fill - the `Fill` object containing the generation parameters
      Returns:
      the generated set collection