sortOrderToSpringSortDirection

fun sortOrderToSpringSortDirection(sortOrderList: List<SortOrder>): Sort?

Converts a list of SortOrder objects to a Spring Sort object.

Return

the converted Sort object or null if the sortOrderList is empty

Parameters

sortOrderList

the list of SortOrder objects to convert