Uses of Interface
one.microstream.persistence.types.PersistenceTypeMismatchValidator
- 
Packages that use PersistenceTypeMismatchValidator Package Description one.microstream.persistence.types  - 
- 
Uses of PersistenceTypeMismatchValidator in one.microstream.persistence.types
Classes in one.microstream.persistence.types that implement PersistenceTypeMismatchValidator Modifier and Type Class Description static classPersistenceTypeMismatchValidator.Failing<M>static classPersistenceTypeMismatchValidator.NoOp<M>Methods in one.microstream.persistence.types that return PersistenceTypeMismatchValidator Modifier and Type Method Description PersistenceTypeMismatchValidator<M>PersistenceFoundation.Default. getTypeMismatchValidator()PersistenceTypeMismatchValidator<M>PersistenceFoundation. getTypeMismatchValidator()static <M> PersistenceTypeMismatchValidator<M>Persistence. typeMismatchValidatorFailing()static <M> PersistenceTypeMismatchValidator<M>Persistence. typeMismatchValidatorNoOp()Methods in one.microstream.persistence.types with parameters of type PersistenceTypeMismatchValidator 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. setTypeMismatchValidator(PersistenceTypeMismatchValidator<M> typeMismatchValidator)FPersistenceFoundation. setTypeMismatchValidator(PersistenceTypeMismatchValidator<M> typeMismatchValidator) 
 -