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

    Modifier and Type
    Method
    Description
    Outputs debug information to System.out.
  • Method Details

    • verbose

      VerboseMode<T> verbose()
      Outputs debug information to System.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