| Package | Description |
|---|---|
| one.microstream.persistence.binary.types |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BinaryValueTranslatorMappingProvider
Since the value translator lookup might potentially get rather giant in the future, it is wrapped in a trivial
on-demand provider to ensure it is really only created (and held in memory forever) if necessary.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
BinaryValueTranslatorMappingProvider.Default |
| Modifier and Type | Method and Description |
|---|---|
static BinaryValueTranslatorProvider |
BinaryValueTranslatorProvider.New(one.microstream.collections.types.XGettingMap<String,BinaryValueSetter> customTranslatorLookup,
one.microstream.collections.types.XGettingSequence<? extends BinaryValueTranslatorKeyBuilder> translatorKeyBuilders,
BinaryValueTranslatorLookupProvider translatorLookupProvider,
boolean switchByteOrder) |
Copyright © 2022 MicroStream Software. All rights reserved.