Interface SourceValidator<S>
-
- Type Parameters:
S- Тип метаданной
- All Known Implementing Classes:
TypedMetadataValidator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface SourceValidator<S>Валидатор метаданных
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvalidate(S source, ValidateProcessor p)Валидировать исходную метаданную
-
-
-
Method Detail
-
validate
void validate(S source, ValidateProcessor p)
Валидировать исходную метаданную- Parameters:
source- Исходная метаданная- Throws:
N2oMetadataValidationException- Иключение при ошибке валидации
-
-