Class IndexSettingsValidator
java.lang.Object
org.hibernate.search.backend.elasticsearch.validation.impl.IndexSettingsValidator
- All Implemented Interfaces:
Validator<IndexSettings>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate(ValidationErrorCollector errorCollector, IndexSettings expected, IndexSettings actual) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.search.backend.elasticsearch.validation.impl.Validator
validateAllIgnoreUnexpected, validateAllIncludingUnexpected
-
Constructor Details
-
IndexSettingsValidator
public IndexSettingsValidator()
-
-
Method Details
-
validate
public void validate(ValidationErrorCollector errorCollector, IndexSettings expected, IndexSettings actual) - Specified by:
validatein interfaceValidator<IndexSettings>
-