Interface SortParser


public interface SortParser
Models a parser from string to sort fields.
  • Method Summary

    Modifier and Type
    Method
    Description
    parse(String sortString)
    Returns a SortField list from a string.