Uses of Class
net.thisptr.jackson.jq.internal.misc.OnigUtils.Pattern
-
Packages that use OnigUtils.Pattern Package Description net.thisptr.jackson.jq.internal.functions -
-
Uses of OnigUtils.Pattern in net.thisptr.jackson.jq.internal.functions
Methods in net.thisptr.jackson.jq.internal.functions with parameters of type OnigUtils.Pattern Modifier and Type Method Description private static com.fasterxml.jackson.databind.JsonNode
_MatchImplFunction. match(com.fasterxml.jackson.databind.ObjectMapper mapper, OnigUtils.Pattern pattern, byte[] ibytes, int[] cindex, boolean test)
private static java.util.List<com.fasterxml.jackson.databind.JsonNode>
_SubImplFunction. match(com.fasterxml.jackson.databind.ObjectMapper mapper, OnigUtils.Pattern pattern, java.lang.String inputText)
-