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 interface
PersistenceTypeHandlerManager<M>
Classes in one.microstream.persistence.types that implement PersistenceTypeHandlerRegistry Modifier and Type Class Description static class
PersistenceTypeHandlerManager.Default<M>
static class
PersistenceTypeHandlerRegistry.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)
F
PersistenceFoundation.Default. setTypeHandlerRegistry(PersistenceTypeHandlerRegistry<M> typeHandlerRegistry)
F
PersistenceFoundation. setTypeHandlerRegistry(PersistenceTypeHandlerRegistry<M> typeHandlerRegistry)
-