Class ResearcherIdValidator
java.lang.Object
org.gbif.api.util.validators.identifierschemes.ResearcherIdValidator
- All Implemented Interfaces:
IdentifierSchemeValidator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FORMAT_PATTERN
-
-
Constructor Details
-
ResearcherIdValidator
public ResearcherIdValidator()
-
-
Method Details
-
isValid
Description copied from interface:IdentifierSchemeValidator
Is the identifier value valid?.- Specified by:
isValid
in interfaceIdentifierSchemeValidator
-
normalize
Description copied from interface:IdentifierSchemeValidator
Transforms the value parameter into a recommended value according to a IdentifierScheme.- Specified by:
normalize
in interfaceIdentifierSchemeValidator
-