Uses of Interface
org.bremersee.comparator.model.SortOrdersTextProperties
-
Packages that use SortOrdersTextProperties Package Description org.bremersee.comparator.model This package contains the model of the comparator.org.bremersee.comparator.spring.converter 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 SortOrdersTextProperties Modifier and Type Class Description classImmutableSortOrdersTextPropertiesImmutable implementation ofSortOrdersTextProperties.Methods in org.bremersee.comparator.model that return SortOrdersTextProperties Modifier and Type Method Description static SortOrdersTextPropertiesSortOrdersTextProperties. defaults()Defaults sort order(s) text properties.Methods in org.bremersee.comparator.model with parameters of type SortOrdersTextProperties Modifier and Type Method Description static ImmutableSortOrdersTextPropertiesImmutableSortOrdersTextProperties. copyOf(SortOrdersTextProperties instance)Creates an immutable copy of aSortOrdersTextPropertiesvalue.ImmutableSortOrdersTextProperties.BuilderImmutableSortOrdersTextProperties.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.@NotEmpty StringSortOrders. toSortOrdersText(SortOrdersTextProperties properties)Creates the sort orders text of this ordering descriptions.@NotEmpty StringSortOrder. toSortOrderText(SortOrdersTextProperties properties)Creates the sort order text of this ordering description. -
Uses of SortOrdersTextProperties in org.bremersee.comparator.spring.converter
Constructors in org.bremersee.comparator.spring.converter with parameters of type SortOrdersTextProperties Constructor Description SortOrderConverter(SortOrdersTextProperties properties)Instantiates a new sort order converter.SortOrdersConverter(SortOrdersTextProperties properties)Instantiates a new sort orders converter.
-