Uses of Interface
io.fluxzero.common.serialization.Converter
Packages that use Converter
-
Uses of Converter in io.fluxzero.common.search
Subinterfaces of Converter in io.fluxzero.common.searchModifier and TypeInterfaceDescriptioninterfaceInverter<T>Interface responsible for converting a domain object into aSerializedDocumentfor indexing, and vice versa—deserializing abyte[]representation into the original object type.Classes in io.fluxzero.common.search that implement ConverterModifier and TypeClassDescriptionclassImplementation ofInverterthat uses Jackson to invert an Object into aSerializedDocumentand back into aJsonNode. -
Uses of Converter in io.fluxzero.common.serialization
Classes in io.fluxzero.common.serialization that implement ConverterModifier and TypeClassDescriptionclassAbstractConverter<I,O> An abstract base class for converting data of typeIto typeO.