Interface PersistenceTypeMismatchValidator<M>
-
- All Known Implementing Classes:
PersistenceTypeMismatchValidator.Failing
,PersistenceTypeMismatchValidator.NoOp
public interface PersistenceTypeMismatchValidator<M>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
PersistenceTypeMismatchValidator.Failing<M>
static class
PersistenceTypeMismatchValidator.NoOp<M>
-
Method Summary
Modifier and Type Method Description static <M> PersistenceTypeMismatchValidator.Failing<M>
Failing()
static <M> PersistenceTypeMismatchValidator.NoOp<M>
NoOp()
void
validateTypeMismatches(PersistenceTypeDictionary typeDictionary, XGettingEnum<PersistenceTypeHandler<M,?>> unmatchableTypeHandlers)
-
-
-
Method Detail
-
validateTypeMismatches
void validateTypeMismatches(PersistenceTypeDictionary typeDictionary, XGettingEnum<PersistenceTypeHandler<M,?>> unmatchableTypeHandlers)
-
Failing
static <M> PersistenceTypeMismatchValidator.Failing<M> Failing()
-
NoOp
static <M> PersistenceTypeMismatchValidator.NoOp<M> NoOp()
-
-