VPP composite writer APIs
authorMaros Marsalek <[email protected]>
Tue, 22 Mar 2016 14:08:58 +0000 (15:08 +0100)
committerMarek Gradzki <[email protected]>
Thu, 31 Mar 2016 14:27:36 +0000 (14:27 +0000)
commitc4b9eb01fc7644ac6b27309d78dc5ba15ab499b0
tree1dfa286d371149b49bf2fd5cd1dcb15eaa2c4b38
parent7f826dbcd18ba75520af0b770f655b3e665c66b0
VPP composite writer APIs

Base APIs for composite and extensible VPP writers

Change-Id: I160374ba4897977e1d079633f0eb845478441d75
Signed-off-by: Maros Marsalek <[email protected]>
v3po/impl/src/main/java/io/fd/honeycomb/v3po/impl/trans/util/Context.java [new file with mode: 0644]
v3po/impl/src/main/java/io/fd/honeycomb/v3po/impl/trans/w/ChildVppWriter.java [new file with mode: 0644]
v3po/impl/src/main/java/io/fd/honeycomb/v3po/impl/trans/w/VppWriter.java [new file with mode: 0644]
v3po/impl/src/main/java/io/fd/honeycomb/v3po/impl/trans/w/WriteContext.java [new file with mode: 0644]