Uses of Class
org.hibernate.search.backend.elasticsearch.validation.impl.ValidationContextType
-
Packages that use ValidationContextType Package Description org.hibernate.search.backend.elasticsearch.validation.impl -
-
Uses of ValidationContextType in org.hibernate.search.backend.elasticsearch.validation.impl
Methods in org.hibernate.search.backend.elasticsearch.validation.impl that return ValidationContextType Modifier and Type Method Description static ValidationContextTypeValidationContextType. valueOf(String name)Returns the enum constant of this type with the specified name.static ValidationContextType[]ValidationContextType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.search.backend.elasticsearch.validation.impl with parameters of type ValidationContextType Modifier and Type Method Description default voidValidator. validateAllIgnoreUnexpected(ValidationErrorCollector errorCollector, ValidationContextType type, String messageIfMissing, Map<String,? extends T> expectedMap, Map<String,? extends T> actualMap)default voidValidator. validateAllIncludingUnexpected(ValidationErrorCollector errorCollector, ValidationContextType type, Map<String,? extends T> expectedMap, Map<String,? extends T> actualMap)
-