Uses of Interface
org.elasticsearch.action.RequestValidators.RequestValidator
-
Packages that use RequestValidators.RequestValidator Package Description org.elasticsearch.action org.elasticsearch.plugins -
-
Uses of RequestValidators.RequestValidator in org.elasticsearch.action
Constructor parameters in org.elasticsearch.action with type arguments of type RequestValidators.RequestValidator Constructor Description RequestValidators(Collection<RequestValidators.RequestValidator<T>> validators) -
Uses of RequestValidators.RequestValidator in org.elasticsearch.plugins
Methods in org.elasticsearch.plugins that return types with arguments of type RequestValidators.RequestValidator Modifier and Type Method Description default Collection<RequestValidators.RequestValidator<IndicesAliasesRequest>>ActionPlugin. indicesAliasesRequestValidators()default Collection<RequestValidators.RequestValidator<PutMappingRequest>>ActionPlugin. mappingRequestValidators()Returns a collection of validators that are used byRequestValidatorsto validate aPutMappingRequestbefore the executing it.
-