Package com.adaptris.validation.constraints
package com.adaptris.validation.constraints
-
ClassDescription
BooleanExpressionis a field/method/parameter level constraint which can be applied on a string to assert that the string represents a valid Boolean or a message expression %message{key}.
The valid values are: true false True False TRUE FALSEAnnotation that specifies when a deprecated field/type will be removed.ExpressionValidator<A extends Annotation>NumberExpressionis a field/method/parameter level constraint which can be applied on a string to assert that the string represents a valid Number or a message expression %message{key}.UrlExpressionis a field/method/parameter level constraint which can be applied on a string to assert that the string represents a valid URL or a message expression %message{key}.