Uses of Enum Class
io.fluxzero.common.search.Document.EntryType
Packages that use Document.EntryType
-
Uses of Document.EntryType in io.fluxzero.common.search
Subclasses with type arguments of type Document.EntryType in io.fluxzero.common.searchModifier and TypeClassDescriptionstatic enumEnumerates the supported types of values that can appear in aDocumententry.Methods in io.fluxzero.common.search that return Document.EntryTypeModifier and TypeMethodDescriptionstatic Document.EntryTypeDocument.EntryType.deserialize(byte b) Deserializes a byte into anDocument.EntryTypeenum instance.protected Document.EntryTypeJacksonInverter.getEntryType(com.fasterxml.jackson.core.JsonToken token) static Document.EntryTypeReturns the enum constant of this class with the specified name.static Document.EntryType[]Document.EntryType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.fluxzero.common.search with parameters of type Document.EntryTypeModifier and TypeMethodDescriptionprotected voidJacksonInverter.registerValue(Document.EntryType type, String value, String path, Map<Document.Entry, List<Document.Path>> valueMap)