Binding v2 DOM Codec - generator - base implementation 43/58443/2
authorJakub Toth <jakub.toth@pantheon.tech>
Mon, 5 Jun 2017 14:00:09 +0000 (16:00 +0200)
committerMartin Ciglan <martin.ciglan@pantheon.tech>
Thu, 8 Jun 2017 07:06:24 +0000 (07:06 +0000)
commit4ed1730aa5afd8c4eb4b3a7ed5113704043be2ef
treeab63c7807d330f6d00805517fd1ce27ee48b03a0
parent535a0e0d7617113e4a70fee678109942a557c8a3
Binding v2 DOM Codec - generator - base implementation

 * prototype of implementation of tree node serializer
 * static property for Binding objects

Change-Id: I67ba59924044adf12bed0bd2293f91ddf3f02025
Signed-off-by: Jakub Toth <jakub.toth@pantheon.tech>
(cherry picked from commit 3cd9677453fa4346fdd6fd732bf9ce0e4b30ed2c)
binding2/mdsal-binding2-dom-codec/src/main/java/org/opendaylight/mdsal/binding/javav2/dom/codec/generator/impl/StaticBindingProperty.java [new file with mode: 0644]
binding2/mdsal-binding2-dom-codec/src/main/java/org/opendaylight/mdsal/binding/javav2/dom/codec/generator/impl/TreeNodeSerializerPrototype.java [new file with mode: 0644]