| Package | Description |
|---|---|
| io.dropwizard.client | |
| io.dropwizard.client.ssl | |
| io.dropwizard.db | |
| io.dropwizard.jetty | |
| io.dropwizard.logging | |
| io.dropwizard.server | |
| io.dropwizard.validation |
| Class and Description |
|---|
| ValidationMethod
Validates a bean predicate method as returning true.
|
| Class and Description |
|---|
| ValidationMethod
Validates a bean predicate method as returning true.
|
| Class and Description |
|---|
| ValidationMethod
Validates a bean predicate method as returning true.
|
| Class and Description |
|---|
| ValidationMethod
Validates a bean predicate method as returning true.
|
| Class and Description |
|---|
| ValidationMethod
Validates a bean predicate method as returning true.
|
| Class and Description |
|---|
| ValidationMethod
Validates a bean predicate method as returning true.
|
| Class and Description |
|---|
| MaxDataSize
The annotated element must be a
DataSize
whose value must be less than or equal to the specified maximum. |
| MaxDuration
The annotated element must be a
Duration
whose value must be higher or equal to the specified minimum. |
| MaxSize
Deprecated.
Use
MaxDataSize for correct SI and IEC prefixes. |
| MinDataSize
The annotated element must be a
DataSize
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
Deprecated.
Use
MinDataSize for correct SI and IEC prefixes. |
| 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.
|
Copyright © 2011. All rights reserved.