Interface BinaryLegacyTypeHandlerCreator
- All Superinterfaces:
PersistenceLegacyTypeHandlerCreator<Binary>
- All Known Implementing Classes:
BinaryLegacyTypeHandlerCreator.Default
public interface BinaryLegacyTypeHandlerCreator extends PersistenceLegacyTypeHandlerCreator<Binary>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
BinaryLegacyTypeHandlerCreator.Default
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceLegacyTypeHandlerCreator
PersistenceLegacyTypeHandlerCreator.Abstract<D>
-
Method Summary
Static Methods Modifier and Type Method Description static BinaryLegacyTypeHandlerCreator
New(BinaryValueTranslatorProvider valueTranslatorProvider, PersistenceLegacyTypeHandlingListener<Binary> legacyTypeHandlingListener, boolean switchByteOrder)
Methods inherited from interface one.microstream.persistence.types.PersistenceLegacyTypeHandlerCreator
createLegacyTypeHandler
-
Method Details
-
New
static BinaryLegacyTypeHandlerCreator New(BinaryValueTranslatorProvider valueTranslatorProvider, PersistenceLegacyTypeHandlingListener<Binary> legacyTypeHandlingListener, boolean switchByteOrder)
-