Remove SchemaNode#getPath usage from JsonToPatchBodyReader 50/99650/20
authorOleksandrZharov <Oleksandr.Zharov@pantheon.tech>
Tue, 8 Feb 2022 10:55:16 +0000 (11:55 +0100)
committerTomas Cere <tomas.cere@pantheon.tech>
Fri, 4 Mar 2022 10:19:21 +0000 (10:19 +0000)
commitb395c683332c037acec4eecde1b079811ab5d2a3
treec74390e221f2fe4e40b0516dd2d1f463994ed74c
parent4be37ba18758aa2f52cadec3166a6477605b8303
Remove SchemaNode#getPath usage from JsonToPatchBodyReader

Removed deprecated SchemaNode#getPath from JsonToPatchBodyReader class
by using getNodeType and methods of SchemaInferenceStack.

Removed SchemaNode from PachEdit since we don't need it and replaced
it with SchemaInference.

JIRA: NETCONF-818
Change-Id: Id0c89c5f5b98addac4f7d38749248956e010f5ab
Signed-off-by: OleksandrZharov <Oleksandr.Zharov@pantheon.tech>
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/rest/impl/JsonToPatchBodyReader.java