Uses of Class
io.fluxzero.common.search.Document.Path
Packages that use Document.Path
-
Uses of Document.Path in io.fluxzero.common.api.search
Methods in io.fluxzero.common.api.search that return types with arguments of type Document.PathModifier and TypeMethodDescriptionSearchDocuments.computePathFilter()Computes a path-level filter based on theSearchDocuments.pathFilterslist. -
Uses of Document.Path in io.fluxzero.common.search
Fields in io.fluxzero.common.search declared as Document.PathModifier and TypeFieldDescriptionstatic Document.PathDocument.Path.EMPTY_PATHSingleton instance representing an empty path.Methods in io.fluxzero.common.search that return types with arguments of type Document.PathModifier and TypeMethodDescriptionDefaultDocumentSerializer.deserialize(Data<byte[]> document) protected Map<Document.Entry, List<Document.Path>> JacksonInverter.invert(byte[] json) static Predicate<Document.Path> Document.Path.pathPredicate(String queryPath) Constructs a predicate to matchDocument.Pathinstances against the given glob-style path query.Method parameters in io.fluxzero.common.search with type arguments of type Document.PathModifier and TypeMethodDescriptionDocument.filterPaths(Predicate<Document.Path> pathFilter) Filters document entries by aDocument.Pathpredicate.Document.getMatchingEntries(Predicate<Document.Path> pathPredicate) Retrieves a stream of entries that match the provided path predicate.Document.getSortableEntries(Predicate<Document.Path> pathPredicate) Retrieves a stream ofSortableEntryobjects from the document's indexes that match the provided path predicate.protected voidJacksonInverter.parseObject(com.fasterxml.jackson.core.JsonParser parser, Map<Document.Entry, List<Document.Path>> valueMap, String root) protected com.fasterxml.jackson.core.JsonTokenJacksonInverter.processToken(com.fasterxml.jackson.core.JsonToken token, Map<Document.Entry, List<Document.Path>> valueMap, String path, com.fasterxml.jackson.core.JsonParser parser) protected voidJacksonInverter.registerValue(Document.EntryType type, String value, String path, Map<Document.Entry, List<Document.Path>> valueMap)