Class StartsWithFunction
- java.lang.Object
-
- net.thisptr.jackson.jq.internal.functions.AbstractStartsEndsWithFunction
-
- net.thisptr.jackson.jq.internal.functions.StartsWithFunction
-
- All Implemented Interfaces:
Function
@AutoService(Function.class) public class StartsWithFunction extends AbstractStartsEndsWithFunction
-
-
Constructor Summary
Constructors Constructor Description StartsWithFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
doCheck(java.lang.String text, java.lang.String needle)
-
Methods inherited from class net.thisptr.jackson.jq.internal.functions.AbstractStartsEndsWithFunction
apply
-
-
-
-
Method Detail
-
doCheck
protected boolean doCheck(java.lang.String text, java.lang.String needle)
- Specified by:
doCheck
in classAbstractStartsEndsWithFunction
-
-