static ParameterTypeValidator |
ParameterTypeValidator.createArrayTypeValidator(ParameterTypeValidator arrayMembersValidator) |
Deprecated.
|
static ParameterTypeValidator |
ParameterTypeValidator.createArrayTypeValidator(ParameterTypeValidator arrayMembersValidator,
String collectionFormat,
Integer maxItems,
Integer minItems) |
Deprecated.
|
static ParameterTypeValidator |
ParameterTypeValidator.createBooleanTypeValidator(Object defaultValue) |
Deprecated.
|
static ParameterTypeValidator |
ParameterTypeValidator.createDoubleTypeValidator(Boolean exclusiveMaximum,
Double maximum,
Boolean exclusiveMinimum,
Double minimum,
Double multipleOf,
Object defaultValue) |
Deprecated.
|
static ParameterTypeValidator |
ParameterTypeValidator.createDoubleTypeValidator(Double defaultValue) |
Deprecated.
|
static ParameterTypeValidator |
ParameterTypeValidator.createDoubleTypeValidator(Double maximum,
Double minimum,
Double multipleOf,
Double defaultValue) |
Deprecated.
|
static ParameterTypeValidator |
ParameterTypeValidator.createEnumTypeValidatorWithInnerValidator(List<Object> allowedValues,
ParameterTypeValidator innerValidator) |
Deprecated.
|
static ParameterTypeValidator |
ParameterTypeValidator.createFloatTypeValidator(Boolean exclusiveMaximum,
Double maximum,
Boolean exclusiveMinimum,
Double minimum,
Double multipleOf,
Object defaultValue) |
Deprecated.
|
static ParameterTypeValidator |
ParameterTypeValidator.createFloatTypeValidator(Double maximum,
Double minimum,
Double multipleOf,
Float defaultValue) |
Deprecated.
|
static ParameterTypeValidator |
ParameterTypeValidator.createFloatTypeValidator(Float defaultValue) |
Deprecated.
|
static ParameterTypeValidator |
ParameterTypeValidator.createIntegerTypeValidator(Boolean exclusiveMaximum,
Double maximum,
Boolean exclusiveMinimum,
Double minimum,
Double multipleOf,
Object defaultValue) |
Deprecated.
|
static ParameterTypeValidator |
ParameterTypeValidator.createIntegerTypeValidator(Double maximum,
Double minimum,
Double multipleOf,
Integer defaultValue) |
Deprecated.
|
static ParameterTypeValidator |
ParameterTypeValidator.createIntegerTypeValidator(Integer defaultValue) |
Deprecated.
|
static ParameterTypeValidator |
ParameterTypeValidator.createLongTypeValidator(Boolean exclusiveMaximum,
Double maximum,
Boolean exclusiveMinimum,
Double minimum,
Double multipleOf,
Object defaultValue) |
Deprecated.
|
static ParameterTypeValidator |
ParameterTypeValidator.createLongTypeValidator(Double maximum,
Double minimum,
Double multipleOf,
Long defaultValue) |
Deprecated.
|
static ParameterTypeValidator |
ParameterTypeValidator.createLongTypeValidator(Long defaultValue) |
Deprecated.
|
static ParameterTypeValidator |
ParameterTypeValidator.createStringEnumTypeValidator(List<String> allowedValues) |
Deprecated.
|
static ParameterTypeValidator |
ParameterTypeValidator.createStringTypeValidator(Object defaultValue) |
Deprecated.
|
static ParameterTypeValidator |
ParameterTypeValidator.createStringTypeValidator(String pattern,
Integer minLength,
Integer maxLength,
Object defaultValue) |
Deprecated.
|
static ParameterTypeValidator |
ParameterTypeValidator.createStringTypeValidator(String pattern,
Object defaultValue) |
Deprecated.
|
static ParameterTypeValidator |
ParameterTypeValidator.newInstance(ParameterTypeValidator arg) |
|
ParameterTypeValidator |
ParameterValidationRule.parameterTypeValidator() |
Deprecated.
|