From: Robert Varga Date: Sun, 17 Dec 2023 01:37:23 +0000 (+0100) Subject: Do not fish for RpcInput/RpcOutput runtime types X-Git-Tag: v13.0.0~67 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=b5003ab6369181853c830608d40a07c80485a82f;hp=b5003ab6369181853c830608d40a07c80485a82f;p=mdsal.git Do not fish for RpcInput/RpcOutput runtime types BindingRuntimeTypes provides all known types by their JavaTypeName. This means we do not have to play games and just look the {Input,Output}RuntimeType directly. JIRA: MDSAL-781 Change-Id: If82275714a57f1dc173eae43d4407c0400cfc0e2 Signed-off-by: Robert Varga ---