Interface TypedGenerator<T>

    • Method Detail

      • getType

        default Class<TgetType()
        Returns:
        class information; which type this generator is responsible for.
      • next

        T next()
        Generates the next instance.
        Returns:
        a newly created instance