Class MinByFunction
- java.lang.Object
-
- net.thisptr.jackson.jq.internal.functions.AbstractMaxByFunction
-
- net.thisptr.jackson.jq.internal.functions.MinByFunction
-
- All Implemented Interfaces:
Function
@AutoService(Function.class) public class MinByFunction extends AbstractMaxByFunction
-
-
Field Summary
-
Fields inherited from class net.thisptr.jackson.jq.internal.functions.AbstractMaxByFunction
comparator
-
-
Constructor Summary
Constructors Constructor Description MinByFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisLarger(com.fasterxml.jackson.databind.JsonNode criteria, com.fasterxml.jackson.databind.JsonNode value)-
Methods inherited from class net.thisptr.jackson.jq.internal.functions.AbstractMaxByFunction
apply
-
-
-
-
Method Detail
-
isLarger
protected boolean isLarger(com.fasterxml.jackson.databind.JsonNode criteria, com.fasterxml.jackson.databind.JsonNode value)- Specified by:
isLargerin classAbstractMaxByFunction
-
-