Class IndexSettingsValidator
- java.lang.Object
-
- org.hibernate.search.backend.elasticsearch.validation.impl.IndexSettingsValidator
-
- All Implemented Interfaces:
Validator<IndexSettings>
public class IndexSettingsValidator extends Object implements Validator<IndexSettings>
-
-
Constructor Summary
Constructors Constructor Description IndexSettingsValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate(ValidationErrorCollector errorCollector, IndexSettings expected, IndexSettings actual)-
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, IndexSettings expected, IndexSettings actual)
- Specified by:
validatein interfaceValidator<IndexSettings>
-
-