Class IndexAliasDefinitionValidator
- java.lang.Object
-
- org.hibernate.search.backend.elasticsearch.validation.impl.IndexAliasDefinitionValidator
-
- All Implemented Interfaces:
Validator<IndexAliasDefinition>
public class IndexAliasDefinitionValidator extends Object implements Validator<IndexAliasDefinition>
-
-
Constructor Summary
Constructors Constructor Description IndexAliasDefinitionValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate(ValidationErrorCollector errorCollector, IndexAliasDefinition expectedDefinition, IndexAliasDefinition actualDefinition)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.search.backend.elasticsearch.validation.impl.Validator
validateAllIgnoreUnexpected, validateAllIncludingUnexpected
-
-
-
-
Method Detail
-
validate
public void validate(ValidationErrorCollector errorCollector, IndexAliasDefinition expectedDefinition, IndexAliasDefinition actualDefinition)
- Specified by:
validatein interfaceValidator<IndexAliasDefinition>
-
-