Package io.zeebe.msgpack.filter
Class RootCollectionFilter
- java.lang.Object
-
- io.zeebe.msgpack.filter.RootCollectionFilter
-
- All Implemented Interfaces:
MsgPackFilter
public final class RootCollectionFilter extends Object implements MsgPackFilter
-
-
Constructor Summary
Constructors Constructor Description RootCollectionFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanmatches(MsgPackTraversalContext ctx, org.agrona.DirectBuffer filterContext, MsgPackToken value)If the context has elements, the cursor is guaranteed to be on the last element when this method is invoked.
-
-
-
Method Detail
-
matches
public boolean matches(MsgPackTraversalContext ctx, org.agrona.DirectBuffer filterContext, MsgPackToken value)
Description copied from interface:MsgPackFilterIf the context has elements, the cursor is guaranteed to be on the last element when this method is invoked.- Specified by:
matchesin interfaceMsgPackFilter
-
-