Registry / web-framework / dropwizard-validation

dropwizard-validation

JSON →
library5.0.2javamavenunverified

Dropwizard is a Java framework for developing ops-friendly, high-performance, RESTful web applications, and this module provides validation support.

<dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-validation</artifactId> <version>5.0.2</version> </dependency>
INSTALL
IMPORT
SIG · DROPWIZARD-VALIDAT
D
dropwizard-validation
web-frameworkjavav5.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Validated
✓ io.dropwizard.validation.Validated

Annotates a method to enable validation of parameters.

import io.dropwizard.validation.Validated; import javax.validation.constraints.NotEmpty; public class MyResource { @Validated public void create(@NotEmpty String name) { // handle request } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.0.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
dropwizard-validation — mvn dependency:get dropwizard-validation · libregistry