Package io.zeebe.msgpack.jsonpath
Interface JsonPathTokenVisitor
-
- All Known Implementing Classes:
JsonPathQueryCompiler
public interface JsonPathTokenVisitor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvisit(JsonPathToken type, org.agrona.DirectBuffer valueBuffer, int valueOffset, int valueLength)
-
-
-
Method Detail
-
visit
void visit(JsonPathToken type, org.agrona.DirectBuffer valueBuffer, int valueOffset, int valueLength)
-
-