Move ObjectMapper to JsonRpcEndpoint 58/86058/2
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 29 Nov 2019 09:08:26 +0000 (10:08 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 29 Nov 2019 09:35:51 +0000 (10:35 +0100)
commit6ea8a455e8f3e1a2a099be256f97257a82dde409
tree513d5f3bf68d6ab819e9f1317b2e5006ab45a345
parent0faae677b33efe1dd5bec783f8e57c5c0a10cdc4
Move ObjectMapper to JsonRpcEndpoint

JSON mapping is an implementation detail of JsonRpcEndpoint, hence
move it to that class, allowing us to shed a field and statically
bind to it.

Change-Id: Ie0a314b3aa6c830d9cc5936eb4ec948823ba351c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
library/impl/src/main/java/org/opendaylight/ovsdb/lib/impl/OvsdbConnectionService.java
library/impl/src/main/java/org/opendaylight/ovsdb/lib/jsonrpc/JsonRpcEndpoint.java