Uses of Interface
one.microstream.storage.restadapter.ValueReader
| Package | Description |
|---|---|
| one.microstream.storage.restadapter |
-
Uses of ValueReader in one.microstream.storage.restadapter
Classes in one.microstream.storage.restadapter that implement ValueReader Modifier and Type Class Description classValueReaderArrayOfListsclassValueReaderPrimitiveclassValueReaderPrimitiveByteListclassValueReaderPrimitiveCharListclassValueReaderPrimitiveListclassValueReaderReferenceclassValueReaderReferenceListclassValueReaderStringListclassValueReaderVariableLengthMethods in one.microstream.storage.restadapter that return ValueReader Modifier and Type Method Description static ValueReaderValueReader. deriveComplexVariableLengthValueReader(PersistenceTypeDefinitionMember member)static ValueReaderValueReader. deriveValueReader(PersistenceTypeDefinitionMember member)static ValueReader[]ValueReader. deriveValueReaders(PersistenceTypeDefinition td)static ValueReaderValueReader. deriveVariableLengthValueReader(PersistenceTypeDefinitionMember member)Methods in one.microstream.storage.restadapter with parameters of type ValueReader Modifier and Type Method Description static voidValueReader. readObjectValues(Binary binary, ValueReader[] valueReaders, long[] valueOffsets, ObjectDescription objectDescription)