Cache-Control
header to the response produced by
the annotated method.Invocable
where the constraint
occurred, determine the HTTP Status code for the response.Response
to be sent to the client.Response.Status
for the
Response
to be sent to the client.Validator
with Jersey, so that Jersey doesn't use its
default, which doesn't have our configurations applied.ExceptionMapper
for IllegalStateException
.ServletContainer
to provide consumers of dropwizard-jersey
a means of obtaining a container without directly depending on Jersey.ConstraintViolationException
that occurs while Jersey is
validating constraints on a resource endpoint.HibernateValidatorConfiguration
with all the custom ValidatedValueUnwrapper
registered.Validator
based on Validators.newValidatorFactory()
ValidatorFactory
based on Validators.newConfiguration()
NonEmptyStringParam
to validate the
underlying value.AbstractParam
to
validate the underlying value.Copyright © 2018. All rights reserved.