corda / net.corda.client.jackson / StringToMethodCallParser / paramNamesFromConstructor

paramNamesFromConstructor

open fun paramNamesFromConstructor(ctor: Constructor<*>): List<String>

Uses either Kotlin or Java 8 reflection to learn the names of the parameters to a constructor.