withProperties

open fun withProperties(vararg properties: String): PromptRunner.Creating<T>

Include the given properties when creating an object.

Note that each predicate is applied in addition to previously registered predicates, including withPropertyFilter and withoutProperties.

Return

this instance for method chaining

Parameters

properties

the properties that are to be included