Uses of Class
io.fluxcapacitor.common.search.Document.Entry
| Package | Description |
|---|---|
| io.fluxcapacitor.common.api.search.constraints | |
| io.fluxcapacitor.common.search |
-
Uses of Document.Entry in io.fluxcapacitor.common.api.search.constraints
Methods in io.fluxcapacitor.common.api.search.constraints with parameters of type Document.Entry Modifier and Type Method Description protected booleanBetweenConstraint. matches(Document.Entry entry)protected booleanContainsConstraint. matches(Document.Entry entry)protected booleanExistsConstraint. matches(Document.Entry entry)protected booleanFindConstraint. matches(Document.Entry entry)protected booleanMatchConstraint. matches(Document.Entry entry)protected abstract booleanPathConstraint. matches(Document.Entry entry) -
Uses of Document.Entry in io.fluxcapacitor.common.search
Methods in io.fluxcapacitor.common.search that return types with arguments of type Document.Entry Modifier and Type Method Description Optional<Document.Entry>Document. getEntryAtPath(String path)Stream<Document.Entry>Document. getMatchingEntries(Predicate<Document.Path> pathPredicate)protected Map<Document.Entry,List<Document.Path>>JacksonInverter. invert(byte[] json, String path, Map<Document.Entry,List<Document.Path>> valueMap)Methods in io.fluxcapacitor.common.search with parameters of type Document.Entry Modifier and Type Method Description intDocument.Entry. compareTo(@NonNull Document.Entry o)protected com.fasterxml.jackson.databind.JsonNodeJacksonInverter. toJsonNode(Document.Entry entry)Method parameters in io.fluxcapacitor.common.search with type arguments of type Document.Entry Modifier and Type Method Description protected Map<Document.Entry,List<Document.Path>>JacksonInverter. invert(byte[] json, String path, Map<Document.Entry,List<Document.Path>> valueMap)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)