@java.lang.SuppressWarnings({"unchecked","rawtypes"})
public class RangeConstraint
extends AbstractConstraint
Validates a range.
| Modifiers | Name | Description |
|---|---|---|
private groovy.lang.Range |
range |
| Fields inherited from class | Fields |
|---|---|
class AbstractConstraint |
classShortName, constraintOwningClass, constraintParameter, constraintPropertyName, fullQualifiedConstraintErrorCode, fullQualifiedPrefix, messageSource, shortNameConstraintErrorCode, shortNamePrefix |
| Constructor and description |
|---|
RangeConstraint
(java.lang.Class<?> constraintOwningClass, java.lang.String constraintPropertyName, java.lang.Object constraintParameter, org.springframework.context.MessageSource messageSource) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public java.lang.String |
getName() |
|
public groovy.lang.Range |
getRange()
|
|
protected void |
processValidate(java.lang.Object target, java.lang.Object propertyValue, org.springframework.validation.Errors errors) |
|
public boolean |
supports(java.lang.Class type) |
|
protected java.lang.Object |
validateParameter(java.lang.Object constraintParameter) |
| Methods inherited from class | Name |
|---|---|
class AbstractConstraint |
checkState, getDefaultMessage, getParameter, getPropertyName, getPropertyValue, isValid, processValidate, rejectValue, rejectValue, rejectValue, rejectValue, rejectValue, rejectValueWithDefaultMessage, skipBlankValues, skipNullValues, toString, validate, validateParameter |