Uses of Package
org.kiwiproject.validation

Packages that use org.kiwiproject.validation
Package
Description
 
  • Class
    Description
    The annotated element must point to an existing directory.
    The annotated type must have two fields that define a valid range, i.e. in the simplest configuration FieldRange.startField() must come before FieldRange.endField().
    The annotated element must point to an existing file.
    The annotated element must have a value in the specified enum class.
    The annotated element must have a value that can be converted to a Java int or Integer.
    The annotated element must have a value that is a valid IPv4 address.
    The annotated element must have the form ipv4-address:port.
    The annotated element must have a value that can be converted to a Java long or Long.
    The annotated element must be in the specified range, which can include both a minimum and maximum, only a minimum, or only a maximum.
    Ensures that a value is provided (i.e. not null).