Package org.dspace.app.rest.utils
Class RegexUtils
- java.lang.Object
-
- org.dspace.app.rest.utils.RegexUtils
-
public class RegexUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringREGEX_REQUESTMAPPING_IDENTIFIER_AS_DIGITRegular expression in the request mapping to accept number as identifierstatic StringREGEX_REQUESTMAPPING_IDENTIFIER_AS_STRING_VERSION_STRONGRegular expression in the request mapping to accept a string as identifier but not the other kind of identifier (digits or uuid)static StringREGEX_REQUESTMAPPING_IDENTIFIER_AS_UUIDRegular expression in the request mapping to accept UUID as identifierstatic StringREGEX_UUIDRegular expression in the request mapping to accept UUID as identifier
-
-
-
Field Detail
-
REGEX_UUID
public static final String REGEX_UUID
Regular expression in the request mapping to accept UUID as identifier- See Also:
- Constant Field Values
-
REGEX_REQUESTMAPPING_IDENTIFIER_AS_UUID
public static final String REGEX_REQUESTMAPPING_IDENTIFIER_AS_UUID
Regular expression in the request mapping to accept UUID as identifier- See Also:
- Constant Field Values
-
REGEX_REQUESTMAPPING_IDENTIFIER_AS_STRING_VERSION_STRONG
public static final String REGEX_REQUESTMAPPING_IDENTIFIER_AS_STRING_VERSION_STRONG
Regular expression in the request mapping to accept a string as identifier but not the other kind of identifier (digits or uuid)- See Also:
- Constant Field Values
-
REGEX_REQUESTMAPPING_IDENTIFIER_AS_DIGIT
public static final String REGEX_REQUESTMAPPING_IDENTIFIER_AS_DIGIT
Regular expression in the request mapping to accept number as identifier- See Also:
- Constant Field Values
-
-