Uses of Interface
org.bremersee.comparator.model.SortOrderTextSeparators
Packages that use SortOrderTextSeparators
Package
Description
This package contains the model of the comparator.
This package contains converters to parse the string representation of sort order(s).
This package contains a mapper for converting
SortOrder
into Spring's Sort and vice versa.-
Uses of SortOrderTextSeparators in org.bremersee.comparator.model
Classes in org.bremersee.comparator.model that implement SortOrderTextSeparatorsModifier and TypeClassDescriptionfinal classImmutable implementation ofSortOrderTextSeparators.Methods in org.bremersee.comparator.model that return SortOrderTextSeparatorsModifier and TypeMethodDescriptionstatic SortOrderTextSeparatorsSortOrderTextSeparators.defaults()Default text separators.Methods in org.bremersee.comparator.model with parameters of type SortOrderTextSeparatorsModifier and TypeMethodDescriptionImmutableSortOrderTextSeparators.copyOf(SortOrderTextSeparators instance) Creates an immutable copy of aSortOrderTextSeparatorsvalue.ImmutableSortOrderTextSeparators.Builder.from(SortOrderTextSeparators instance) Fill a builder with attribute values from the providedSortOrderTextSeparatorsinstance.static SortOrderSortOrder.fromSortOrderText(String source, SortOrderTextSeparators separators) From sort order text.static SortOrderItemSortOrderItem.fromSortOrderText(String source, SortOrderTextSeparators separators) From sort order text.SortOrder.getSortOrderText(SortOrderTextSeparators separators) Creates the sort order text of this ordering descriptions.SortOrderItem.getSortOrderText(SortOrderTextSeparators separators) Creates the sort order text of this ordering description. -
Uses of SortOrderTextSeparators in org.bremersee.comparator.spring.converter
Constructors in org.bremersee.comparator.spring.converter with parameters of type SortOrderTextSeparatorsModifierConstructorDescriptionSortOrderConverter(SortOrderTextSeparators separators) Instantiates a new sort order converter.SortOrderItemConverter(SortOrderTextSeparators separators) Instantiates a new sort order item converter. -
Uses of SortOrderTextSeparators in org.bremersee.comparator.spring.mapper
Methods in org.bremersee.comparator.spring.mapper with parameters of type SortOrderTextSeparatorsModifier and TypeMethodDescriptionstatic SortMapperSortMapper.defaultSortMapper(SortOrderTextSeparators sortOrderTextSeparators) Returns default sort mapper. -
Uses of SortOrderTextSeparators in org.bremersee.comparator.spring.web
Methods in org.bremersee.comparator.spring.web with parameters of type SortOrderTextSeparatorsModifier and TypeMethodDescriptionvoidSortOrderHandlerMethodArgumentResolverSupport.setTextSeparators(SortOrderTextSeparators textSeparators) Sets text separators.