Uses of Interface
org.bremersee.comparator.spring.mapper.SortMapper
Packages that use SortMapper
Package
Description
This package contains a mapper for converting
SortOrder
into Spring's Sort and vice versa.-
Uses of SortMapper in org.bremersee.comparator.spring.boot
Methods in org.bremersee.comparator.spring.boot that return SortMapperModifier and TypeMethodDescriptionSortOrderAutoConfiguration.defaultSortMapper(SortOrderConverter sortOrderConverter) Creates sort mapper. -
Uses of SortMapper in org.bremersee.comparator.spring.mapper
Classes in org.bremersee.comparator.spring.mapper that implement SortMapperModifier and TypeClassDescriptionstatic classThe default sort mapper.Methods in org.bremersee.comparator.spring.mapper that return SortMapperModifier and TypeMethodDescriptionstatic SortMapperSortMapper.defaultSortMapper()Returns default sort mapper.static SortMapperSortMapper.defaultSortMapper(SortOrderTextSeparators sortOrderTextSeparators) Returns default sort mapper.static SortMapperSortMapper.defaultSortMapper(SortOrderConverter sortOrderConverter) Returns default sort mapper.