Refactor NormalizedNodeWriter 53/111453/2
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 18 Apr 2024 23:01:04 +0000 (01:01 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 19 Apr 2024 06:19:22 +0000 (08:19 +0200)
commit72b3def46cd17fa7bd7205762416b64863df83bf
tree3e3622c9f437e697b81b4d098c03b55b793354eb
parent2b11045bac3c62477c63d2a3d47bba72f75f3623
Refactor NormalizedNodeWriter

Split out the baseline abstract class, which performs dispatch. Keep the
actual logic separately. This will allow us to specialize
implementations further.

JIRA: NETCONF-773
Change-Id: I6840eb5a21c326d7788679c7fd246c3f04dcdefb
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
restconf/restconf-nb/src/main/java/org/opendaylight/restconf/server/spi/DefaultNormalizedNodeWriter.java [new file with mode: 0644]
restconf/restconf-nb/src/main/java/org/opendaylight/restconf/server/spi/NormalizedNodeWriter.java