Package org.instancio
Interface VerboseModeApi
- All Known Subinterfaces:
InstancioApi<T>,InstancioCartesianProductApi<T>,InstancioClassApi<T>,InstancioCollectionsApi<C>
interface VerboseModeApi
Provides support for verbose mode.
- Since:
- 4.0.0
-
Method Summary
-
Method Details
-
verbose
VerboseModeApi 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
-