Class SortByFunction
java.lang.Object
net.thisptr.jackson.jq.internal.functions.SortByFunction
- All Implemented Interfaces:
Function
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode items, Path ipath, PathOutput output, Version version)
-
Field Details
-
comparator
-
-
Constructor Details
-
SortByFunction
public SortByFunction()
-
-
Method Details
-
apply
public void apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode items, Path ipath, PathOutput output, Version version) throws JsonQueryException - Specified by:
apply
in interfaceFunction
- Throws:
JsonQueryException
-