public interface IVSValidator
| Modifier and Type | Method and Description |
|---|---|
com.helger.bdve.api.result.ValidationResultList |
validate(com.helger.bdve.api.executorset.VESID aVESID,
byte[] aPayload,
Locale aDisplayLocale)
Perform validation
|
@Nonnull com.helger.bdve.api.result.ValidationResultList validate(@Nonnull com.helger.bdve.api.executorset.VESID aVESID, @Nonnull byte[] aPayload, @Nonnull Locale aDisplayLocale)
aVESID - VESID to use.aPayload - Payload to validate.aDisplayLocale - Display locale for the error message.null result list.Copyright © 2020 toop.eu. All rights reserved.