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<M>Classes in one.microstream.persistence.types that implement PersistenceTypeHandlerRegistry Modifier and Type Class Description static classPersistenceTypeHandlerManager.Default<M>static classPersistenceTypeHandlerRegistry.Default<M>Methods in one.microstream.persistence.types that return PersistenceTypeHandlerRegistry Modifier and Type Method Description PersistenceTypeHandlerRegistry<M>PersistenceFoundation.Default. getTypeHandlerRegistry()PersistenceTypeHandlerRegistry<M>PersistenceFoundation. getTypeHandlerRegistry()Methods in one.microstream.persistence.types with parameters of type PersistenceTypeHandlerRegistry Modifier and Type Method Description static <M> PersistenceTypeHandlerManager.Default<M>PersistenceTypeHandlerManager. New(PersistenceTypeHandlerRegistry<M> typeHandlerRegistry, PersistenceTypeHandlerProvider<M> typeHandlerProvider, PersistenceTypeDictionaryManager typeDictionaryManager, PersistenceTypeMismatchValidator<M> typeMismatchValidator, PersistenceLegacyTypeMapper<M> legacyTypeMapper, PersistenceUnreachableTypeHandlerCreator<M> unreachableTypeHandlerCreator, PersistenceRootsProvider<M> rootsProvider)FPersistenceFoundation.Default. setTypeHandlerRegistry(PersistenceTypeHandlerRegistry<M> typeHandlerRegistry)FPersistenceFoundation. setTypeHandlerRegistry(PersistenceTypeHandlerRegistry<M> typeHandlerRegistry) 
 -