Uses of Class
org.bremersee.comparator.model.ImmutableSortOrderTextSeparators.Builder
Packages that use ImmutableSortOrderTextSeparators.Builder
Package
Description
This package contains the model of the comparator.
-
Uses of ImmutableSortOrderTextSeparators.Builder in org.bremersee.comparator.model
Methods in org.bremersee.comparator.model that return ImmutableSortOrderTextSeparators.BuilderModifier and TypeMethodDescriptionImmutableSortOrderTextSeparators.Builder.argumentSeparator(String argumentSeparator) Initializes the value for theargumentSeparatorattribute.ImmutableSortOrderTextSeparators.builder()Creates a builder forImmutableSortOrderTextSeparators.SortOrderTextSeparators.builder()The immutable builder.ImmutableSortOrderTextSeparators.Builder.chainSeparator(String chainSeparator) Initializes the value for thechainSeparatorattribute.ImmutableSortOrderTextSeparators.Builder.from(SortOrderTextSeparators instance) Fill a builder with attribute values from the providedSortOrderTextSeparatorsinstance.