Uses of Interface
one.microstream.persistence.types.PersistenceCustomTypeHandlerRegistry
-
Packages that use PersistenceCustomTypeHandlerRegistry Package Description one.microstream.persistence.binary.types one.microstream.persistence.types -
-
Uses of PersistenceCustomTypeHandlerRegistry in one.microstream.persistence.binary.types
Methods in one.microstream.persistence.binary.types that return PersistenceCustomTypeHandlerRegistry Modifier and Type Method Description static PersistenceCustomTypeHandlerRegistry<Binary>BinaryPersistence. createDefaultCustomTypeHandlerRegistry(Referencing<PersistenceTypeHandlerManager<Binary>> typeHandlerManager, PersistenceSizedArrayLengthController controller, PersistenceTypeHandlerCreator<Binary> typeHandlerCreator, XGettingCollection<? extends PersistenceTypeHandler<Binary,?>> customHandlers)Methods in one.microstream.persistence.binary.types with parameters of type PersistenceCustomTypeHandlerRegistry Modifier and Type Method Description voidBinaryPersistenceRootsProvider.Default. registerRootsTypeHandlerCreator(PersistenceCustomTypeHandlerRegistry<Binary> typeHandlerRegistry, PersistenceObjectRegistry objectRegistry) -
Uses of PersistenceCustomTypeHandlerRegistry in one.microstream.persistence.types
Classes in one.microstream.persistence.types that implement PersistenceCustomTypeHandlerRegistry Modifier and Type Class Description static classPersistenceCustomTypeHandlerRegistry.Default<D>Methods in one.microstream.persistence.types with parameters of type PersistenceCustomTypeHandlerRegistry Modifier and Type Method Description static <D> PersistenceLegacyTypeMapper<D>PersistenceLegacyTypeMapper. New(PersistenceTypeDescriptionResolverProvider typeDescriptionResolverProvider, TypeMappingLookup<Float> typeSimilarity, PersistenceCustomTypeHandlerRegistry<D> customTypeHandlerRegistry, PersistenceMemberMatchingProvider memberMatchingProvider, PersistenceLegacyTypeMappingResultor<D> resultor, PersistenceLegacyTypeHandlerCreator<D> legacyTypeHandlerCreator)static <D> PersistenceTypeHandlerEnsurer.Default<D>PersistenceTypeHandlerEnsurer. New(PersistenceCustomTypeHandlerRegistry<D> customTypeHandlerRegistry, PersistenceTypeHandlerCreator<D> typeHandlerCreator)voidPersistenceRootsProvider. registerRootsTypeHandlerCreator(PersistenceCustomTypeHandlerRegistry<D> typeHandlerRegistry, PersistenceObjectRegistry objectRegistry)Only thePersistenceRootsProviderimplementation can ensure that the handler fits the instance, so it has to do the registering as well.voidPersistenceTypeHandlerRegistration. registerTypeHandlers(PersistenceCustomTypeHandlerRegistry<D> customTypeHandlerRegistry, PersistenceSizedArrayLengthController sizedArrayLengthController)
-