Uses of Interface
one.microstream.persistence.types.PersistenceTypeHandlerRegistry
-
Packages that use PersistenceTypeHandlerRegistry Package Description one.microstream.persistence.types -
-
Uses of PersistenceTypeHandlerRegistry in one.microstream.persistence.types
Subinterfaces of PersistenceTypeHandlerRegistry in one.microstream.persistence.types Modifier and Type Interface Description interfacePersistenceTypeHandlerManager<D>Classes in one.microstream.persistence.types that implement PersistenceTypeHandlerRegistry Modifier and Type Class Description static classPersistenceTypeHandlerManager.Default<D>static classPersistenceTypeHandlerRegistry.Default<D>Methods in one.microstream.persistence.types that return PersistenceTypeHandlerRegistry Modifier and Type Method Description PersistenceTypeHandlerRegistry<D>PersistenceFoundation.Default. getTypeHandlerRegistry()PersistenceTypeHandlerRegistry<D>PersistenceFoundation. getTypeHandlerRegistry()Methods in one.microstream.persistence.types with parameters of type PersistenceTypeHandlerRegistry Modifier and Type Method Description static <D> PersistenceTypeHandlerManager.Default<D>PersistenceTypeHandlerManager. New(PersistenceTypeHandlerRegistry<D> typeHandlerRegistry, PersistenceTypeHandlerProvider<D> typeHandlerProvider, PersistenceTypeDictionaryManager typeDictionaryManager, PersistenceTypeMismatchValidator<D> typeMismatchValidator, PersistenceLegacyTypeMapper<D> legacyTypeMapper, PersistenceUnreachableTypeHandlerCreator<D> unreachableTypeHandlerCreator, PersistenceRootsProvider<D> rootsProvider)FPersistenceFoundation.Default. setTypeHandlerRegistry(PersistenceTypeHandlerRegistry<D> typeHandlerRegistry)FPersistenceFoundation. setTypeHandlerRegistry(PersistenceTypeHandlerRegistry<D> typeHandlerRegistry)
-