@FunctionalInterface public static interface CombinedSchema.ValidationCriterion
| Modifier and Type | Method and Description |
|---|---|
void |
validate(int subschemaCount,
int matchingSubschemaCount)
Throws a
ValidationException if the implemented criterion is not fulfilled by the
subschemaCount and the matchingSubschemaCount. |
void validate(int subschemaCount,
int matchingSubschemaCount)
ValidationException if the implemented criterion is not fulfilled by the
subschemaCount and the matchingSubschemaCount.subschemaCount - the total number of checked subschemasmatchingSubschemaCount - the number of subschemas which successfully validated the subject (did not throw
ValidationException)Copyright © 2018 Everit Kft.. All rights reserved.