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