Package com.adaptris.validation.constraints


package com.adaptris.validation.constraints
  • Class
    Description
    BooleanExpression is 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 FALSE
     
    Annotation that specifies when a deprecated field/type will be removed.
     
     
    NumberExpression is 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}.
     
    UrlExpression is 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}.