From: Vaclav Demcak Date: Fri, 6 Mar 2015 13:35:45 +0000 (+0100) Subject: Add SchemaContext to NormalizedNode parser in RESTCONF X-Git-Tag: release/lithium~449^2~1 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=b624989978c4b456fcd29a2b87eb52cbb3b6f152;hp=b624989978c4b456fcd29a2b87eb52cbb3b6f152;p=controller.git Add SchemaContext to NormalizedNode parser in RESTCONF Correct parsing of identities, instance-identifiers and others, requires access to full SchemaContext, not only subset of it. Migrated to parser factory, which provides that access in order to correctly deserialize context-sensitive types. Change-Id: Ic92b9ce745080076a10d654acaba39e5c59f2b42 Signed-off-by: Vaclav Demcak ---