| Name | Description | Type | Package | Framework |
| AbstractParam | An abstract base class from which to build Jersey parameter classes. | Class | io.dropwizard.jersey.params | DropWizard Jersey |
| AllowedMethodsFilter | Class | io.dropwizard.jersey.filter | DropWizard Jersey | |
| BooleanParam | A parameter encapsulating boolean values. | Class | io.dropwizard.jersey.params | DropWizard Jersey |
| CacheControl | An annotation which adds a constant Cache-Control header to the response produced by the annotated method. | Class | io.dropwizard.jersey.caching | DropWizard Jersey |
| CacheControlledResponseFeature | Class | io.dropwizard.jersey.caching | DropWizard Jersey | |
| ConfiguredGZipEncoder | GZIP encoding support. | Class | io.dropwizard.jersey.gzip | DropWizard Jersey |
| ConstraintMessage | Gets the human friendly location of where the violation was raised. | Class | io.dropwizard.jersey.validation | DropWizard Jersey |
| ConstraintViolationExceptionMapper | Class | io.dropwizard.jersey.validation | DropWizard Jersey | |
| DateTimeParam | A parameter encapsulating date/time values. | Class | io.dropwizard.jersey.params | DropWizard Jersey |
| DropwizardResourceConfig | Class | io.dropwizard.jersey | DropWizard Jersey | |
| EarlyEofExceptionMapper | This class is intended to catch Early EOF errors that occur when the client disconnects while the server is reading from the input stream. | Class | io.dropwizard.jersey.errors | DropWizard Jersey |
| ErrorMessage | Class | io.dropwizard.jersey.errors | DropWizard Jersey | |
| Flash | Class | io.dropwizard.jersey.sessions | DropWizard Jersey | |
| FlashFactory | Class | io.dropwizard.jersey.sessions | DropWizard Jersey | |
| GZipDecoder | GZIP encoding support. | Class | io.dropwizard.jersey.gzip | DropWizard Jersey |
| HibernateValidationFeature | Register a Dropwizard configured Validator with Jersey, so that Jersey doesn't use its default, which doesn't have our configurations applied. | Class | io.dropwizard.jersey.validation | DropWizard Jersey |
| HttpSessionFactory | Class | io.dropwizard.jersey.sessions | DropWizard Jersey | |
| IntParam | A parameter encapsulating integer values. | Class | io.dropwizard.jersey.params | DropWizard Jersey |
| JacksonMessageBodyProvider | A Jersey provider which enables using Jackson to parse request entities into objects and generate response entities from objects. | Class | io.dropwizard.jersey.jackson | DropWizard Jersey |
| JerseyContainerHolder | Class | io.dropwizard.jersey.setup | DropWizard Jersey | |
| JerseyEnvironment | Class | io.dropwizard.jersey.setup | DropWizard Jersey | |
| JerseyServletContainer | a means of obtaining a container without directly depending on Jersey. | Class | io.dropwizard.jersey.setup | DropWizard Jersey |
| JsonProcessingExceptionMapper | Class | io.dropwizard.jersey.jackson | DropWizard Jersey | |
| LocalDateParam | A parameter encapsulating local date values. | Class | io.dropwizard.jersey.params | DropWizard Jersey |
| LoggingExceptionMapper | Class | io.dropwizard.jersey.errors | DropWizard Jersey | |
| LongParam | A parameter encapsulating long values. | Class | io.dropwizard.jersey.params | DropWizard Jersey |
| NonEmptyStringParam | A parameter encapsulating optional string values with the condition that empty string inputs are interpreted as being absent. | Class | io.dropwizard.jersey.params | DropWizard Jersey |
| NonEmptyStringParamFeature | A class for describing how Jersey should serialize a NonEmptyStringParam. | Class | io.dropwizard.jersey.params | DropWizard Jersey |
| NonEmptyStringParamUnwrapper | Let's the validator know that when validating a NonEmptyStringParam to validate the underlying value. | Class | io.dropwizard.jersey.validation | DropWizard Jersey |
| OptionalMessageBodyWriter | Class | io.dropwizard.jersey.guava | DropWizard Jersey | |
| OptionalParamConverterProvider | Class | io.dropwizard.jersey.guava | DropWizard Jersey | |
| OptionalParamFeature | Class | io.dropwizard.jersey.guava | DropWizard Jersey | |
| ParamValidatorUnwrapper | Let's the validator know that when validating a class that is an AbstractParam to validate the underlying value. | Class | io.dropwizard.jersey.validation | DropWizard Jersey |
| SessionFactoryProvider | Class | io.dropwizard.jersey.sessions | DropWizard Jersey | |
| SessionFactoryProvider .Binder | Class | io.dropwizard.jersey.sessions.SessionFactoryProvider | DropWizard Jersey | |
| SessionFactoryProvider .SessionInjectionResolver | Class | io.dropwizard.jersey.sessions.SessionFactoryProvider | DropWizard Jersey | |
| UUIDParam | A parameter encapsulating UUID values. | Class | io.dropwizard.jersey.params | DropWizard Jersey |
| ValidationErrorMessage | Class | io.dropwizard.jersey.validation | DropWizard Jersey | |
| Validators | A utility class for Hibernate. | Class | io.dropwizard.jersey.validation | DropWizard Jersey |