- All Superinterfaces:
- BiConsumer<T,Errors>
- All Known Implementing Classes:
- LocalizedFormatMediaAttributeValidationConsumer, LocalizedFormatStringAttributeValidationConsumer, LocalizedMediaAttributeValidationConsumer, LocalizedStringAttributeValidationConsumer
public interface ValidationConsumer<T>
extends BiConsumer<T,Errors>
ValidationConsumer is an interface that works along with other Validators to help with the validation work.
It extends the Consumer interface and it should perform the validation work.