Interface ValueListValidator

All Known Implementing Classes:
RecipientListValidator

public interface ValueListValidator
Provides validation of a list of values for compatibility with other data types.
Author:
Jens Riemschneider
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    validate(List<String> values)
    Validates the given values.