Uses of Class
io.fluxcapacitor.common.search.Document.EntryType
| Package | Description |
|---|---|
| io.fluxcapacitor.common.search |
-
Uses of Document.EntryType in io.fluxcapacitor.common.search
Methods in io.fluxcapacitor.common.search that return Document.EntryType Modifier and Type Method Description static Document.EntryTypeDocument.EntryType. deserialize(byte b)protected Document.EntryTypeJacksonInverter. getEntryType(com.fasterxml.jackson.core.JsonToken token)static Document.EntryTypeDocument.EntryType. valueOf(String name)Returns the enum constant of this type with the specified name.static Document.EntryType[]Document.EntryType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.fluxcapacitor.common.search with parameters of type Document.EntryType Modifier and Type Method Description protected voidJacksonInverter. registerValue(Document.EntryType type, String value, String path, Map<Document.Entry,List<Document.Path>> valueMap)