Annotation Type ApiOrderBy
-
@Target(PARAMETER) @Retention(RUNTIME) public @interface ApiOrderBy
This annotation can be applied to a parameter of an ApiEntities method. The parameter must be aList<OrderByDetails>
and will be injected with the order by details received in the request. An order by details consists of a field to be ordered on, and an order direction. Null or an empty List may be injected if there are no order by details in the request.