Package org.instancio
Interface VerboseMode<T>
- Type Parameters:
T
- the type of object to create
- All Known Subinterfaces:
CartesianProductApi<T>
,InstancioApi<T>
,InstancioOfClassApi<T>
,InstancioOfCollectionApi<C>
interface VerboseMode<T>
Provides support for verbose mode.
- Since:
- 4.0.0
-
Method Summary
-
Method Details
-
verbose
VerboseMode<T> verbose()Outputs debug information toSystem.out
. This includes:- current
Settings
- node hierarchy, including the type and depth of each node
- seed used to create the object
Warning: this method has a significant performance impact. It is recommended to remove the call to
verbose()
after troubleshooting is complete.- Returns:
- API builder reference
- Since:
- 4.0.0
- current
-