Package io.zeebe.msgpack.filter
Class WildcardFilter
- java.lang.Object
-
- io.zeebe.msgpack.filter.WildcardFilter
-
- All Implemented Interfaces:
MsgPackFilter
public final class WildcardFilter extends Object implements MsgPackFilter
-
-
Constructor Summary
Constructors Constructor Description WildcardFilter()
-
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
-
-