Package | Description |
---|---|
org.ocpsoft.rewrite.config | |
org.ocpsoft.rewrite.param | |
org.ocpsoft.rewrite.spi | |
org.ocpsoft.rewrite.util |
Modifier and Type | Method and Description |
---|---|
Validator<?> |
ConfigurationRuleParameterBuilder.getValidator() |
Modifier and Type | Method and Description |
---|---|
ConfigurationRuleParameterMatches |
ConfigurationRuleParameterMatches.validatedBy(Validator<?> validator)
|
ConfigurationRuleParameterBuilder |
ConfigurationRuleParameterBuilder.validatedBy(Validator<?> validator) |
Modifier and Type | Method and Description |
---|---|
Validator<?> |
ParameterBuilder.getValidator() |
Validator<?> |
Parameter.getValidator()
|
Validator<?> |
ImmutableParameter.getValidator() |
Modifier and Type | Method and Description |
---|---|
IMPLTYPE |
ParameterConfiguration.validatedBy(Validator<?> validator)
Set the
Validator with which this ParameterConfiguration value will be validated. |
IMPLTYPE |
ParameterBuilder.validatedBy(Validator<?> validator) |
Modifier and Type | Method and Description |
---|---|
Validator<?> |
ValidatorProvider.getByTargetType(Class<?> targetType)
Create a
Validator by a target type. |
Validator<?> |
ValidatorProvider.getByValidatorId(String id)
Create a
Validator by some unique ID. |
Validator<?> |
ValidatorProvider.getByValidatorType(Class<?> validatorType)
Create a
Validator by a third party Validator class. |
Modifier and Type | Method and Description |
---|---|
static boolean |
ValueHolderUtil.validates(Rewrite event,
EvaluationContext context,
Validator<?> validator,
Object value) |
Copyright © 2014 OCPsoft. All Rights Reserved.