Package io.zeebe.msgpack.jsonpath
Class JsonPathTokenizer.StaticToken
- java.lang.Object
-
- io.zeebe.msgpack.jsonpath.JsonPathTokenizer.StaticToken
-
- Enclosing class:
- JsonPathTokenizer
protected static class JsonPathTokenizer.StaticToken extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]representationprotected JsonPathTokentoken
-
Constructor Summary
Constructors Constructor Description StaticToken(JsonPathToken token, byte[] representation)
-
-
-
Field Detail
-
token
protected final JsonPathToken token
-
representation
protected final byte[] representation
-
-
Constructor Detail
-
StaticToken
public StaticToken(JsonPathToken token, byte[] representation)
-
-