Package org.instancio.generators
Interface IoGenerators
- All Known Subinterfaces:
IoSpecs
public interface IoGenerators
Contains built-in generators for
java.io classes.- Since:
- 2.2.0
-
Method Summary
-
Method Details
-
file
Generator forFileobjects.Note that files or directories will not be created in the file system unless one of the following methods is invoked:
- Parameters:
subdirectories- optional parameter for specifying one or more parent directories of the generated files- Returns:
- generator spec for files
- Since:
- 2.2.0
-