Interface AbstractCrudEntityValidator<E extends com.lucidworks.apollo.common.objects.Entity>

Type Parameters:
E -
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface AbstractCrudEntityValidator<E extends com.lucidworks.apollo.common.objects.Entity>
provide validation logic for entities that are used by the AbstractCrudResource that cannot be achieved with existing schema validation facilities.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.lucidworks.apollo.pipeline.schema.validation.ValidationResult
    validate(E entity)
     
  • Method Details

    • validate

      com.lucidworks.apollo.pipeline.schema.validation.ValidationResult validate(E entity)