Uses of Package
org.kiwiproject.validation
Packages that use org.kiwiproject.validation
-
Classes in org.kiwiproject.validation used by org.kiwiproject.validationClassDescriptionThe 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 beforeFieldRange.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 orInteger.The annotated element must have a value that is a valid IPv4 address.The annotated element must have the formipv4-address:port.The annotated element must have a value that can be converted to a Java long orLong.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).