Package ru.objectsfill.types.object_type
Interface ObjectTypeFill
- All Superinterfaces:
ObjectCollectionFillExtension
- All Known Implementing Classes:
EnumFill
This interface provides methods for generating objects of a specific type.
It extends the ObjectCollectionFillExtension interface to support object generation for collections.
-
Method Summary
Methods inherited from interface ru.objectsfill.types.interfaces.ObjectCollectionFillExtension
fillStream
-
Method Details
-
generate
Generates an object of the specified field type with the given fill parameters.- Parameters:
fieldType- the type of the field to generate an object forfill- the fill parameters for object generation- Returns:
- the generated object
-