Remove OperationOutputBody 09/111709/4
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 16 May 2024 16:36:54 +0000 (18:36 +0200)
committerRobert Varga <nite@hq.sk>
Fri, 17 May 2024 12:24:39 +0000 (12:24 +0000)
commitbe1c17fcaf1e3305cfca498bbdddd0cbdb039d1f
tree87d69456516bd271f6e508d593060729b856541a
parent970af94fde28f19f4c0154feec2a65e1adbc8035
Remove OperationOutputBody

We have a fix for YANGTOOLS-1570 integrated, hence we do not need
to special-case anything -- a plain ContainerNode can we used with an
inference pointing to the operation.

JIRA: NETCONF-773
Change-Id: I0a70e067a796a7197a80d0312fdce90f793f08df
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/api/DatabindPathFormattableBody.java [deleted file]
restconf/restconf-nb/src/main/java/org/opendaylight/restconf/server/spi/NormalizedFormattableBody.java
restconf/restconf-nb/src/main/java/org/opendaylight/restconf/server/spi/OperationOutputBody.java [deleted file]
restconf/restconf-nb/src/test/java/org/opendaylight/restconf/nb/jaxrs/AbstractRestconfTest.java
restconf/restconf-nb/src/test/java/org/opendaylight/restconf/nb/jaxrs/RestconfOperationsPostTest.java