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