Uses of Interface
one.microstream.persistence.binary.types.BinaryValueTranslatorLookupProvider
| Package | Description | 
|---|---|
| one.microstream.persistence.binary.types | 
- 
Uses of BinaryValueTranslatorLookupProvider in one.microstream.persistence.binary.typesSubinterfaces of BinaryValueTranslatorLookupProvider in one.microstream.persistence.binary.types Modifier and Type Interface Description interfaceBinaryValueTranslatorMappingProviderSince 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.Classes in one.microstream.persistence.binary.types that implement BinaryValueTranslatorLookupProvider Modifier and Type Class Description static classBinaryValueTranslatorMappingProvider.DefaultMethods in one.microstream.persistence.binary.types with parameters of type BinaryValueTranslatorLookupProvider Modifier and Type Method Description static BinaryValueTranslatorProviderBinaryValueTranslatorProvider. New(XGettingMap<String,BinaryValueSetter> customTranslatorLookup, XGettingSequence<? extends BinaryValueTranslatorKeyBuilder> translatorKeyBuilders, BinaryValueTranslatorLookupProvider translatorLookupProvider, boolean switchByteOrder)