@NonNullApi @NonNullFields
See: Description
| Interface | Description | 
|---|---|
| SortDefinition | Definition for sorting bean instances by a property. | 
| Class | Description | 
|---|---|
| ArgumentConvertingMethodInvoker | Subclass of  MethodInvokerthat tries to convert the given
 arguments for the actual target method via aTypeConverter. | 
| MutableSortDefinition | Mutable implementation of the  SortDefinitioninterface. | 
| PagedListHolder<E> | PagedListHolder is a simple state holder for handling lists of objects,
 separating them into pages. | 
| PropertyComparator<T> | PropertyComparator performs a comparison of two beans,
 evaluating the specified bean property via a BeanWrapper. | 
| ResourceEditorRegistrar | PropertyEditorRegistrar implementation that populates a given
  PropertyEditorRegistry(typically aBeanWrapperused for bean
 creation within anorg.springframework.context.ApplicationContext)
 with resource editors. |