class UseConstructor
args
val args: Array<Any>
parameterless
fun parameterless(): UseConstructor
Invokes the parameterless constructor.
withArguments
fun withArguments(vararg arguments: Any): UseConstructor
Invokes a constructor with given arguments.