Ether Framework
Unified API docs for Ether modules
Loading...
Searching...
No Matches
Package dev.rafex.ether.http.core.query

Classes

interface  Comp
class  QuerySpecBuilder
enum  RsqlOperator
class  RsqlParser

Functions

record QuerySpec (RsqlNode filter, int limit, int offset, List< Sort > sorts)
record Sort (String field, Direction direction)

Function Documentation

◆ QuerySpec()

record dev.rafex.ether.http.core.query.QuerySpec ( RsqlNode filter,
int limit,
int offset,
List< Sort > sorts )

Definition at line 31 of file QuerySpec.java.

References QuerySpec().

Referenced by dev.rafex.ether.http.core.query.QuerySpecBuilder.fromRawParams(), and QuerySpec().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Sort()

record dev.rafex.ether.http.core.query.Sort ( String field,
Direction direction )

Definition at line 29 of file Sort.java.