Package com.kenshoo.pl.entity.spi
Interface ChangeValidator
-
- All Known Subinterfaces:
AncestorsValidator,FieldComplexValidator<E,T>,FieldsCombinationValidator<E>,FieldValidator<E,T>,ImmutableFieldValidator<E,T>,PrototypeFieldComplexValidator<T>,PrototypeFieldsCombinationValidator,PrototypeFieldValidator<T>,RequiredFieldValidator<E,T>
- All Known Implementing Classes:
ImmutableFieldValidatorImpl,NullFieldValidatorImpl,SimpleRequiredFieldValidator
public interface ChangeValidatorA marker interface implemented by validators that check one or more fields of a single command.