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