Interface IdentifierSchemeValidator

All Known Implementing Classes:
HuhValidator, IhIrnValidator, IsniValidator, OrcidValidator, OtherValidator, ResearcherIdValidator, ViafValidator, WikidataValidator

public interface IdentifierSchemeValidator
Validation and normalization interface for identifier schemes.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isValid(String value)
    Is the identifier value valid?.
    Transforms the value parameter into a recommended value according to a IdentifierScheme.
  • Method Details

    • isValid

      boolean isValid(String value)
      Is the identifier value valid?.
    • normalize

      Transforms the value parameter into a recommended value according to a IdentifierScheme.