corda / net.corda.client.jackson / StringToMethodCallParser / parse

parse

fun parse(target: T?, command: String): ParsedMethodCall<T>

Parses the given command as a call on the target type. The target should be specified, if it's null then the resulting ParsedMethodCall can't be invoked, just inspected.