Uses of Package
io.dropwizard.validation
-
Packages that use io.dropwizard.validation Package Description io.dropwizard.client io.dropwizard.client.ssl io.dropwizard.db io.dropwizard.jetty io.dropwizard.logging io.dropwizard.server io.dropwizard.validation -
Classes in io.dropwizard.validation used by io.dropwizard.client Class Description ValidationMethod Validates a bean predicate method as returning true. -
Classes in io.dropwizard.validation used by io.dropwizard.client.ssl Class Description ValidationMethod Validates a bean predicate method as returning true. -
Classes in io.dropwizard.validation used by io.dropwizard.db Class Description ValidationMethod Validates a bean predicate method as returning true. -
Classes in io.dropwizard.validation used by io.dropwizard.jetty Class Description ValidationMethod Validates a bean predicate method as returning true. -
Classes in io.dropwizard.validation used by io.dropwizard.logging Class Description ValidationMethod Validates a bean predicate method as returning true. -
Classes in io.dropwizard.validation used by io.dropwizard.server Class Description ValidationMethod Validates a bean predicate method as returning true. -
Classes in io.dropwizard.validation used by io.dropwizard.validation Class Description DataSizeRange The annotated element has to be in the appropriate range.DurationRange The annotated element has to be in the appropriate range.MaxDataSize The annotated element must be aDataSizewhose value must be less than or equal to the specified maximum.MaxDuration The annotated element must be aDurationwhose value must be higher or equal to the specified minimum.MaxSize The annotated element must be aSizewhose value must be less than or equal to the specified maximum.MinDataSize The annotated element must be aDataSizewhose value must be higher or equal to the specified minimum.MinDuration The annotated element must be aDurationwhose value must be higher or equal to the specified minimum.MinSize The annotated element must be aSizewhose 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.SizeRange The annotated element has to be in the appropriate range.ValidationMethod Validates a bean predicate method as returning true.