Package io.zeebe.msgpack.mapping
Class MsgPackTreeNodeIdConstructor
- java.lang.Object
-
- io.zeebe.msgpack.mapping.MsgPackTreeNodeIdConstructor
-
public final class MsgPackTreeNodeIdConstructor extends Object
Represents a static constructor to constructing the node ids for theMsgPackTree.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PATH_SEPARATORstatic StringJSON_PATH_SEPARATOR_END
-
Constructor Summary
Constructors Constructor Description MsgPackTreeNodeIdConstructor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringconstruct(String parentId, String nodeName)static StringgetLastParentId(String nodeId)
-
-
-
Field Detail
-
JSON_PATH_SEPARATOR
public static final String JSON_PATH_SEPARATOR
- See Also:
- Constant Field Values
-
JSON_PATH_SEPARATOR_END
public static final String JSON_PATH_SEPARATOR_END
- See Also:
- Constant Field Values
-
-