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