Uses of Class
io.fluxcapacitor.common.search.Document.Path
Packages that use Document.Path
-
Uses of Document.Path in io.fluxcapacitor.common.api.search
Methods in io.fluxcapacitor.common.api.search that return types with arguments of type Document.PathModifier and TypeMethodDescriptionSearchDocuments.computePathFilter()
Computes a path-level filter based on theSearchDocuments.pathFilters
list. -
Uses of Document.Path in io.fluxcapacitor.common.search
Fields in io.fluxcapacitor.common.search declared as Document.PathModifier and TypeFieldDescriptionstatic Document.Path
Document.Path.EMPTY_PATH
Singleton instance representing an empty path.Methods in io.fluxcapacitor.common.search that return types with arguments of type Document.PathModifier and TypeMethodDescriptionprotected Map
<Document.Entry, List<Document.Path>> JacksonInverter.invert
(byte[] json) static Predicate
<Document.Path> Document.Path.pathPredicate
(String queryPath) Constructs a predicate to matchDocument.Path
instances against the given glob-style path query.Method parameters in io.fluxcapacitor.common.search with type arguments of type Document.PathModifier and TypeMethodDescriptionDocument.filterPaths
(Predicate<Document.Path> pathFilter) Filters document entries by aDocument.Path
predicate.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 ofSortableEntry
objects from the document's indexes that match the provided path predicate.protected void
JacksonInverter.parseObject
(com.fasterxml.jackson.core.JsonParser parser, Map<Document.Entry, List<Document.Path>> valueMap, String root) protected com.fasterxml.jackson.core.JsonToken
JacksonInverter.processToken
(com.fasterxml.jackson.core.JsonToken token, Map<Document.Entry, List<Document.Path>> valueMap, String path, com.fasterxml.jackson.core.JsonParser parser) protected void
JacksonInverter.registerValue
(Document.EntryType type, String value, String path, Map<Document.Entry, List<Document.Path>> valueMap)