Uses of Interface
org.bremersee.comparator.model.SortOrdersTextProperties
Packages that use SortOrdersTextProperties
Package
Description
This package contains the model of the comparator.
This package contains converters to parse the string representation of sort order(s).
-
Uses of SortOrdersTextProperties in org.bremersee.comparator.model
Classes in org.bremersee.comparator.model that implement SortOrdersTextPropertiesModifier and TypeClassDescriptionfinal classImmutable implementation ofSortOrdersTextProperties.Methods in org.bremersee.comparator.model that return SortOrdersTextPropertiesModifier and TypeMethodDescriptionstatic SortOrdersTextPropertiesSortOrdersTextProperties.defaults()Defaults sort order(s) text properties.Methods in org.bremersee.comparator.model with parameters of type SortOrdersTextPropertiesModifier and TypeMethodDescriptionImmutableSortOrdersTextProperties.copyOf(SortOrdersTextProperties instance) Creates an immutable copy of aSortOrdersTextPropertiesvalue.ImmutableSortOrdersTextProperties.Builder.from(SortOrdersTextProperties instance) Fill a builder with attribute values from the providedSortOrdersTextPropertiesinstance.static SortOrdersSortOrders.fromSortOrdersText(String source, SortOrdersTextProperties properties) From sort orders text.static SortOrderSortOrder.fromSortOrderText(String source, SortOrdersTextProperties properties) From sort order text.SortOrders.getSortOrdersText(SortOrdersTextProperties properties) Creates the sort orders text of this ordering descriptions.SortOrder.getSortOrderText(SortOrdersTextProperties properties) Creates the sort order text of this ordering description.SortOrders.toSortOrdersText(SortOrdersTextProperties properties) Deprecated.SortOrder.toSortOrderText(SortOrdersTextProperties properties) Deprecated.UseSortOrder.getSortOrderText(SortOrdersTextProperties)instead. -
Uses of SortOrdersTextProperties in org.bremersee.comparator.spring.converter
Constructors in org.bremersee.comparator.spring.converter with parameters of type SortOrdersTextPropertiesModifierConstructorDescriptionSortOrderConverter(SortOrdersTextProperties properties) Instantiates a new sort order converter.SortOrdersConverter(SortOrdersTextProperties properties) Instantiates a new sort orders converter.
SortOrders.getSortOrdersText(SortOrdersTextProperties)instead.