Uses of Interface
org.springframework.beans.support.SortDefinition

Packages that use SortDefinition
Package
Description
Classes supporting the org.springframework.beans package, such as utility classes for sorting and holding lists of beans.
  • Uses of SortDefinition in org.springframework.beans.support

    Modifier and Type
    Class
    Description
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    as severely outdated and superseded by more modern solutions, for example in Spring Data Commons
    Modifier and Type
    Method
    Description
    protected SortDefinition
    PagedListHolder.copySortDefinition(SortDefinition sort)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Create a deep copy of the given sort definition, for use as state holder to compare a modified sort definition against.
    PagedListHolder.getSort()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Return the sort definition for this holder.
    PropertyComparator.getSortDefinition()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Return the SortDefinition that this comparator uses.
    Methods in org.springframework.beans.support with parameters of type SortDefinition
    Modifier and Type
    Method
    Description
    protected SortDefinition
    PagedListHolder.copySortDefinition(SortDefinition sort)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Create a deep copy of the given sort definition, for use as state holder to compare a modified sort definition against.
    protected void
    PagedListHolder.doSort(List<E> source, SortDefinition sort)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Actually perform sorting of the given source list, according to the given sort definition.
    void
    PagedListHolder.setSort(@Nullable SortDefinition sort)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Set the sort definition for this holder.
    static void
    PropertyComparator.sort(Object[] source, SortDefinition sortDefinition)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Sort the given source according to the given sort definition.
    static void
    PropertyComparator.sort(List<?> source, SortDefinition sortDefinition)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Sort the given List according to the given sort definition.
    Constructors in org.springframework.beans.support with parameters of type SortDefinition
    Modifier
    Constructor
    Description
     
    Deprecated, for removal: This API element is subject to removal in a future version.
    Copy constructor: create a new MutableSortDefinition that mirrors the given sort definition.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
    Create a new holder instance with the given source list.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
    Create a new PropertyComparator for the given SortDefinition.