Uses of Package
io.dropwizard.validation

Packages that use io.dropwizard.validation
Package
Description
 
  • Class
    Description
    The annotated element must be a DataSize whose value must be less than or equal to the specified maximum.
    The annotated element must be a Duration whose value must be higher or equal to the specified minimum.
    The annotated element must be a DataSize whose value must be higher or equal to the specified minimum.
    The annotated element must be a Duration whose value must be higher or equal to the specified minimum.
    Checks to see that the value is one of a set of elements.
    A constraint that allows one to specify a port range, but still allow 0 as the port value to indicate dynamically allocated ports.