Uses of Interface
org.bremersee.comparator.model.WellKnownTextProperties
-
Packages that use WellKnownTextProperties Package Description org.bremersee.comparator This package contains general mechanism for comparing and sorting objects.org.bremersee.comparator.model This package contains the model of the comparator. -
-
Uses of WellKnownTextProperties in org.bremersee.comparator
Methods in org.bremersee.comparator that return WellKnownTextProperties Modifier and Type Method Description default @NotNull WellKnownTextPropertiesWellKnownTextParser. getProperties()Gets properties.WellKnownTextPropertiesWellKnownTextParser.Impl. getProperties()Methods in org.bremersee.comparator with parameters of type WellKnownTextProperties Modifier and Type Method Description static @NotNull WellKnownTextParserWellKnownTextParser. newInstance(@NotNull Function<ComparatorField,Comparator> comparatorFunction, WellKnownTextProperties properties)New instance well known text parser.Constructors in org.bremersee.comparator with parameters of type WellKnownTextProperties Constructor Description ComparatorFieldConverter(WellKnownTextProperties properties)Instantiates a new Comparator field converter.ComparatorFieldsConverter(WellKnownTextProperties properties)Instantiates a new Comparator fields converter. -
Uses of WellKnownTextProperties in org.bremersee.comparator.model
Classes in org.bremersee.comparator.model that implement WellKnownTextProperties Modifier and Type Class Description classImmutableWellKnownTextPropertiesImmutable implementation ofWellKnownTextProperties.Methods in org.bremersee.comparator.model that return WellKnownTextProperties Modifier and Type Method Description static WellKnownTextPropertiesWellKnownTextProperties. defaults()Defaults well known text properties.Methods in org.bremersee.comparator.model with parameters of type WellKnownTextProperties Modifier and Type Method Description static ImmutableWellKnownTextPropertiesImmutableWellKnownTextProperties. copyOf(WellKnownTextProperties instance)Creates an immutable copy of aWellKnownTextPropertiesvalue.ImmutableWellKnownTextProperties.BuilderImmutableWellKnownTextProperties.Builder. from(WellKnownTextProperties instance)Fill a builder with attribute values from the providedWellKnownTextPropertiesinstance.@NotEmpty StringComparatorField. toWkt(WellKnownTextProperties properties)Creates the well known text of this field ordering description.@NotEmpty StringComparatorFields. toWkt(WellKnownTextProperties properties)Creates the well known text of this list of field ordering descriptions.
-