creating

open override fun <T> creating(outputClass: Class<T>): PromptRunner.Creating<T>

Returns a mode for creating strongly-typed objects.

Return

creating mode supporting examples, property filtering, and validation

Parameters

T

the type of object to create

outputClass

the class of objects to create