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
-
Method Details
-
isValid
Is the identifier value valid?. -
normalize
Transforms the value parameter into a recommended value according to a IdentifierScheme.
-