Modifier and Type | Method and Description |
---|---|
static ParameterTypeValidator |
ParameterTypeValidator.createArrayTypeValidator(ParameterTypeValidator arrayMembersValidator)
Deprecated.
Create an array type validator
|
static ParameterTypeValidator |
ParameterTypeValidator.createArrayTypeValidator(ParameterTypeValidator arrayMembersValidator,
String collectionFormat,
Integer maxItems,
Integer minItems)
Deprecated.
Create an array type validator
|
static ParameterTypeValidator |
ParameterTypeValidator.createBooleanTypeValidator(Object defaultValue)
Deprecated.
Create a boolean type validator
|
static ParameterTypeValidator |
ParameterTypeValidator.createDoubleTypeValidator(Boolean exclusiveMaximum,
Double maximum,
Boolean exclusiveMinimum,
Double minimum,
Double multipleOf,
Object defaultValue)
Deprecated.
Create a new type validator for double values
|
static ParameterTypeValidator |
ParameterTypeValidator.createDoubleTypeValidator(Double defaultValue)
Deprecated.
Create a new type validator for double values
|
static ParameterTypeValidator |
ParameterTypeValidator.createDoubleTypeValidator(Double maximum,
Double minimum,
Double multipleOf,
Double defaultValue)
Deprecated.
Create a new type validator for double values
|
static ParameterTypeValidator |
ParameterTypeValidator.createEnumTypeValidatorWithInnerValidator(List<Object> allowedValues,
ParameterTypeValidator innerValidator)
Deprecated.
Create an enum type validator
|
static ParameterTypeValidator |
ParameterTypeValidator.createFloatTypeValidator(Boolean exclusiveMaximum,
Double maximum,
Boolean exclusiveMinimum,
Double minimum,
Double multipleOf,
Object defaultValue)
Deprecated.
Create a new type validator for float values
|
static ParameterTypeValidator |
ParameterTypeValidator.createFloatTypeValidator(Double maximum,
Double minimum,
Double multipleOf,
Float defaultValue)
Deprecated.
Create a new type validator for float values
|
static ParameterTypeValidator |
ParameterTypeValidator.createFloatTypeValidator(Float defaultValue)
Deprecated.
Create a new type validator for float values
|
static ParameterTypeValidator |
ParameterTypeValidator.createIntegerTypeValidator(Boolean exclusiveMaximum,
Double maximum,
Boolean exclusiveMinimum,
Double minimum,
Double multipleOf,
Object defaultValue)
Deprecated.
Create a new type validator for integer values
|
static ParameterTypeValidator |
ParameterTypeValidator.createIntegerTypeValidator(Double maximum,
Double minimum,
Double multipleOf,
Integer defaultValue)
Deprecated.
Create a new type validator for integer values
|
static ParameterTypeValidator |
ParameterTypeValidator.createIntegerTypeValidator(Integer defaultValue)
Deprecated.
Create a new type validator for integer values
|
static ParameterTypeValidator |
ParameterTypeValidator.createLongTypeValidator(Boolean exclusiveMaximum,
Double maximum,
Boolean exclusiveMinimum,
Double minimum,
Double multipleOf,
Object defaultValue)
Deprecated.
Create a new type validator for long integer values
|
static ParameterTypeValidator |
ParameterTypeValidator.createLongTypeValidator(Double maximum,
Double minimum,
Double multipleOf,
Long defaultValue)
Deprecated.
Create a new type validator for long integer values
|
static ParameterTypeValidator |
ParameterTypeValidator.createLongTypeValidator(Long defaultValue)
Deprecated.
Create a new type validator for long integer values
|
static ParameterTypeValidator |
ParameterTypeValidator.createStringEnumTypeValidator(List<String> allowedValues)
Deprecated.
Create an enum type validator
|
static ParameterTypeValidator |
ParameterTypeValidator.createStringTypeValidator(Object defaultValue)
Deprecated.
Create a new string type validator
|
static ParameterTypeValidator |
ParameterTypeValidator.createStringTypeValidator(String pattern,
Integer minLength,
Integer maxLength,
Object defaultValue)
Deprecated.
Create a new string type validator
|
static ParameterTypeValidator |
ParameterTypeValidator.createStringTypeValidator(String pattern,
Object defaultValue)
Deprecated.
Create a new string type validator
|
ParameterTypeValidator |
ParameterValidationRule.parameterTypeValidator()
Deprecated.
Return ParameterTypeValidator instance used inside this parameter validation rule
|
ParameterTypeValidator |
ParameterType.validationMethod()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
HTTPRequestValidationHandler |
HTTPRequestValidationHandler.addFormParamWithCustomTypeValidator(String parameterName,
ParameterTypeValidator validator,
boolean required,
boolean allowEmptyValue)
Deprecated.
Add a form parameter with a custom type validator.
|
HTTPRequestValidationHandler |
HTTPRequestValidationHandler.addHeaderParamWithCustomTypeValidator(String headerName,
ParameterTypeValidator validator,
boolean required,
boolean allowEmptyValue)
Deprecated.
Add a header parameter with a custom type validator.
|
HTTPRequestValidationHandler |
HTTPRequestValidationHandler.addPathParamWithCustomTypeValidator(String parameterName,
ParameterTypeValidator validator,
boolean allowEmptyValue)
Deprecated.
Add a path parameter with a custom type validator.
|
HTTPRequestValidationHandler |
HTTPRequestValidationHandler.addQueryParamWithCustomTypeValidator(String parameterName,
ParameterTypeValidator validator,
boolean required,
boolean allowEmptyValue)
Deprecated.
Add a query parameter with a custom type validator.
|
static ParameterTypeValidator |
ParameterTypeValidator.createArrayTypeValidator(ParameterTypeValidator arrayMembersValidator)
Deprecated.
Create an array type validator
|
static ParameterTypeValidator |
ParameterTypeValidator.createArrayTypeValidator(ParameterTypeValidator arrayMembersValidator,
String collectionFormat,
Integer maxItems,
Integer minItems)
Deprecated.
Create an array type validator
|
static ParameterTypeValidator |
ParameterTypeValidator.createEnumTypeValidatorWithInnerValidator(List<Object> allowedValues,
ParameterTypeValidator innerValidator)
Deprecated.
Create an enum type validator
|
Modifier and Type | Method and Description |
---|---|
ParameterTypeValidator |
ParameterTypeValidator.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static ParameterTypeValidator |
ParameterTypeValidator.newInstance(ParameterTypeValidator arg) |
Constructor and Description |
---|
ParameterTypeValidator(ParameterTypeValidator delegate) |
Modifier and Type | Method and Description |
---|---|
ParameterTypeValidator |
ParameterTypeValidator.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static ParameterTypeValidator |
ParameterTypeValidator.newInstance(ParameterTypeValidator arg) |
Constructor and Description |
---|
ParameterTypeValidator(ParameterTypeValidator delegate) |
Modifier and Type | Method and Description |
---|---|
ParameterTypeValidator |
ParameterTypeValidator.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static ParameterTypeValidator |
ParameterTypeValidator.newInstance(ParameterTypeValidator arg) |
Constructor and Description |
---|
ParameterTypeValidator(ParameterTypeValidator delegate) |
Copyright © 2024 Eclipse. All rights reserved.