| Package | Description |
|---|---|
| io.dropwizard.validation |
| Class and Description |
|---|
| MaxDuration
The annotated element must be a
Duration
whose value must be higher or equal to the specified minimum. |
| MaxSize
The annotated element must be a
Size
whose value must be higher or equal to the specified minimum. |
| MinDuration
The annotated element must be a
Duration
whose value must be higher or equal to the specified minimum. |
| MinSize
The annotated element must be a
Size
whose value must be higher or equal to the specified minimum. |
| OneOf
Checks to see that the value is one of a set of elements.
|
| PortRange
A constraint that allows one to specify a port range, but still allow 0 as the port value to
indicate dynamically allocated ports.
|
| ValidationMethod
Validates a bean predicate method as returning true.
|
Copyright © 2015. All rights reserved.