Uses of Class
io.fluxzero.common.api.search.SortableEntry
Packages that use SortableEntry
-
Uses of SortableEntry in io.fluxzero.common.api.search
Classes in io.fluxzero.common.api.search that implement interfaces with type arguments of type SortableEntryModifier and TypeClassDescriptionclassRepresents a sortable entry in aDocumentfor use in search operations.Fields in io.fluxzero.common.api.search with type parameters of type SortableEntryModifier and TypeFieldDescriptionstatic final Comparator<SortableEntry> SortableEntry.comparatorComparator used to lexicographically compare entries based onSortableEntry.nameandSortableEntry.value.Methods in io.fluxzero.common.api.search with parameters of type SortableEntry -
Uses of SortableEntry in io.fluxzero.common.search
Methods in io.fluxzero.common.search that return types with arguments of type SortableEntryModifier and TypeMethodDescriptionDocument.getSortableEntries(Predicate<Document.Path> pathPredicate) Retrieves a stream ofSortableEntryobjects from the document's indexes that match the provided path predicate.protected Stream<SortableEntry> JacksonInverter.getSortableEntries(Object value) protected Stream<SortableEntry> JacksonInverter.getSortableEntries(AccessibleObject holder, Object propertyValue) protected Set<SortableEntry> JacksonInverter.getSortables(Object value)