Package ru.objectsfill.types.box_type
Class StringFill
java.lang.Object
ru.objectsfill.types.box_type.StringFill
- All Implemented Interfaces:
BoxTypeFill,BoxCollectionFillExtension
class StringFill
-
Field Summary
Fields inherited from interface ru.objectsfill.types.box_type.BoxTypeFill
createStreamWithVal -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StringFill
public StringFill()
-
-
Method Details
-
generate
Generates a random string value consisting of alphabetic characters.- Specified by:
generatein interfaceBoxTypeFill- Parameters:
fill- the `Fill` object containing the generation parameters- Returns:
- the generated string value
-
fillStream
Creates a stream of string values based on the provided `Fill` object.- Specified by:
fillStreamin interfaceBoxCollectionFillExtension- Parameters:
fill- the `Fill` object containing the generation parameters- Returns:
- a stream of string values
-