Ditch use of SchemaAwareBuilders 00/103400/19
authorRobert Varga <[email protected]>
Sun, 18 Dec 2022 22:25:39 +0000 (23:25 +0100)
committerRobert Varga <[email protected]>
Mon, 19 Dec 2022 15:18:08 +0000 (16:18 +0100)
commit279ca814211f594cda8859e722e4bfb6b22817ff
treedead18e4794d2df68f093d99cab7ef4a1706bcd0
parent3f566e5d24c17abd9643dd854b11d4345231a2e1
Ditch use of SchemaAwareBuilders

We use the builders only for output validation and creating node
identifiers. Let's not to that and use simple builders.

Also change calling convention to use children, so that we can have some
code reuse independent of the parent, leading to a significant reduction
of duplicate code.

JIRA: NETCONF-917
Change-Id: I754213530ac5407a06dce5c3144d8a0a30a3ba1f
Signed-off-by: tobias.pobocik <[email protected]>
Signed-off-by: Robert Varga <[email protected]>
restconf/restconf-nb/src/main/java/org/opendaylight/restconf/nb/rfc8040/rests/utils/ReadDataTransactionUtil.java