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 void
BinaryPersistenceRootsProvider.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 class
PersistenceCustomTypeHandlerRegistry.Default<M>
Methods in one.microstream.persistence.types with parameters of type PersistenceCustomTypeHandlerRegistry Modifier and Type Method Description static <M> PersistenceLegacyTypeMapper<M>
PersistenceLegacyTypeMapper. New(PersistenceTypeDescriptionResolverProvider typeDescriptionResolverProvider, TypeMappingLookup<Float> typeSimilarity, PersistenceCustomTypeHandlerRegistry<M> customTypeHandlerRegistry, PersistenceMemberMatchingProvider memberMatchingProvider, PersistenceLegacyTypeMappingResultor<M> resultor, PersistenceLegacyTypeHandlerCreator<M> legacyTypeHandlerCreator)
static <M> PersistenceTypeHandlerEnsurer.Default<M>
PersistenceTypeHandlerEnsurer. New(PersistenceCustomTypeHandlerRegistry<M> customTypeHandlerRegistry, PersistenceTypeHandlerCreator<M> typeHandlerCreator)
void
PersistenceRootsProvider. registerRootsTypeHandlerCreator(PersistenceCustomTypeHandlerRegistry<M> typeHandlerRegistry, PersistenceObjectRegistry objectRegistry)
Only thePersistenceRootsProvider
implementation can ensure that the handler fits the instance, so it has to do the registering as well.void
PersistenceTypeHandlerRegistration. registerTypeHandlers(PersistenceCustomTypeHandlerRegistry<M> customTypeHandlerRegistry, PersistenceSizedArrayLengthController sizedArrayLengthController)
-