corda / net.corda.client.jackson / StringToMethodCallParser / paramNamesFromMethod

paramNamesFromMethod

open fun paramNamesFromMethod(method: Method): List<String>

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