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 classPersistenceTypeMismatchValidator.Failing<M>static classPersistenceTypeMismatchValidator.NoOp<M>
-
Method Summary
Modifier and Type Method Description static <M> PersistenceTypeMismatchValidator.Failing<M>Failing()static <M> PersistenceTypeMismatchValidator.NoOp<M>NoOp()voidvalidateTypeMismatches(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()
-
-