Uses of Class
io.zeebe.msgpack.mapping.MsgPackTree
-
Packages that use MsgPackTree Package Description io.zeebe.msgpack.mapping -
-
Uses of MsgPackTree in io.zeebe.msgpack.mapping
Methods in io.zeebe.msgpack.mapping that return MsgPackTree Modifier and Type Method Description MsgPackTreeMsgPackDocumentIndexer. index(org.agrona.DirectBuffer document)Methods in io.zeebe.msgpack.mapping with parameters of type MsgPackTree Modifier and Type Method Description voidMappingDiff. mergeInto(MsgPackTree document)voidMsgPackDiff. mergeInto(MsgPackTree document)voidMsgPackTree. mergeInto(MsgPackTree other)Always replaces containers (object/array), unless it is the root objectintMsgPackDocumentTreeWriter. write(MsgPackTree documentTree)Writes the message pack tree into the result buffer.
-