Interface FieldTypeValidator

All Known Implementing Classes:
FieldValueType, NoopFieldTypeValidator

public interface FieldTypeValidator
  • Method Summary

    Modifier and Type
    Method
    Description
    Validates the given value for compliance with a data type.
  • Method Details

    • validate

      Optional<List<String>> validate(String value)
      Validates the given value for compliance with a data type.
      Parameters:
      value - the value to validate
      Returns:
      optionally list of validation error messages