withoutProperties

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

Exclude the given properties when creating an object.

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

Return

this instance for method chaining

Parameters

properties

the properties to be excluded