public class ParameterValidator extends ParameterValidator
| Constructor and Description |
|---|
ParameterValidator() |
| Modifier and Type | Method and Description |
|---|---|
static MatchingMethod |
getValidMatchingMethod(String aParameterName,
String aValue) |
static AttributeName |
getValidProfileKey(String parameterName,
String profileKey) |
arrayLessThanOrEqualTo, arrayNotEmpty, getValidURI, numberGreaterThan, numberGreaterThanOrEqualsTo, numberLessThan, numberLessThanOrEqualsTo, numberNotNegative, numberNotZero, objectNotNull, stringLengthShorterThanOrEqualTo, stringNotEmpty, trimmedStringNotEmptypublic static MatchingMethod getValidMatchingMethod(String aParameterName, String aValue) throws InvalidParameterException
InvalidParameterExceptionpublic static AttributeName getValidProfileKey(String parameterName, String profileKey) throws InvalidParameterException
InvalidParameterException