Also: SpringBeans
public interface

SortDefinition

org.springframework.beans.support.SortDefinition
Known Indirect Subclasses

Class Overview

Definition for sorting bean instances by a property.

Summary

Public Methods
abstract String getProperty()
Return the name of the bean property to compare.
abstract boolean isAscending()
Return whether to sort ascending (true) or descending (false).
abstract boolean isIgnoreCase()
Return whether upper and lower case in String values should be ignored.

Public Methods

public abstract String getProperty ()

Also: SpringBeans

Return the name of the bean property to compare. Can also be a nested bean property path.

public abstract boolean isAscending ()

Also: SpringBeans

Return whether to sort ascending (true) or descending (false).

public abstract boolean isIgnoreCase ()

Also: SpringBeans

Return whether upper and lower case in String values should be ignored.