Uses of Interface
one.microstream.persistence.types.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 class
PersistenceTypeMismatchValidator.Failing<D>
static class
PersistenceTypeMismatchValidator.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)
F
PersistenceFoundation.Default. setTypeMismatchValidator(PersistenceTypeMismatchValidator<D> typeMismatchValidator)
F
PersistenceFoundation. setTypeMismatchValidator(PersistenceTypeMismatchValidator<D> typeMismatchValidator)