Clean up data{DELETE,PATCH}() 48/109148/2
authorRobert Varga <robert.varga@pantheon.tech>
Sat, 2 Dec 2023 10:04:53 +0000 (11:04 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sat, 2 Dec 2023 10:27:07 +0000 (11:27 +0100)
commit82a4a9b7371aa8e8f4a13aef73cafb75891d568f
treecdb7c2ad2f8988c7b95ad5be1308d040d43e0f7f
parent195a977a0581c025fcd6dc33da7b3f2fef1123de
Clean up data{DELETE,PATCH}()

While we know what we are going to do with the ApiPath, split the lookup
and interpretation.

JIRA: NETCONF-1157
Change-Id: Ife099f18e3600194f7c922a9455d4a493ee9a28f
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
restconf/restconf-nb/src/main/java/org/opendaylight/restconf/nb/rfc8040/rests/transactions/RestconfStrategy.java
restconf/restconf-nb/src/main/java/org/opendaylight/restconf/server/mdsal/MdsalRestconfServer.java
restconf/restconf-nb/src/test/java/org/opendaylight/restconf/nb/rfc8040/rests/transactions/AbstractRestconfStrategyTest.java