org.springmodules.validation.bean.rule
Class ValidationMethodValidationRule
java.lang.Object
org.springmodules.validation.bean.rule.AbstractValidationRule
org.springmodules.validation.bean.rule.ValidationMethodValidationRule
- All Implemented Interfaces:
- ValidationRule
public class ValidationMethodValidationRule
- extends AbstractValidationRule
- Author:
- Uri Boness
Methods inherited from class org.springmodules.validation.bean.rule.AbstractValidationRule |
checkContexts, createErrorArgumentsResolver, createErrorArgumentsResolver, createErrorArgumentsResolver, createErrorArgumentsResolver, getDefaultErrorMessage, getErrorArguments, getErrorCode, isApplicable, setApplicabilityCondition, setContextTokens, setDefaultErrorMessage, setErrorArgumentsResolver, setErrorCode, supportsNullValues |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValidationMethodValidationRule
public ValidationMethodValidationRule(Method method)
getCondition
public Condition getCondition()
- Description copied from interface:
ValidationRule
- Returns the condition of this validation rule.
- Returns:
- The condition of this validation rule.
Copyright © 2009. All Rights Reserved.