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
-
Method Details
-
validate
-