A B C D E F G H I J L M N O P R S T U V W Y Z 
All Classes All Packages

A

AbstractParam<T> - Class in io.dropwizard.jersey.params
An abstract base class from which to build Jersey parameter classes.
AbstractParam(String) - Constructor for class io.dropwizard.jersey.params.AbstractParam
Given an input value from a client, creates a parameter wrapping its parsed value.
AbstractParam(String, String) - Constructor for class io.dropwizard.jersey.params.AbstractParam
Given an input value from a client, creates a parameter wrapping its parsed value.
AbstractParamConverter<T> - Class in io.dropwizard.jersey.params
Converter to Jersey for Dropwizard's *Param classes.
AbstractParamConverter(Constructor<T>, String, String) - Constructor for class io.dropwizard.jersey.params.AbstractParamConverter
 
AbstractParamConverterProvider - Class in io.dropwizard.jersey.params
Provides converters to Jersey for Dropwizard's *Param classes.
AbstractParamConverterProvider() - Constructor for class io.dropwizard.jersey.params.AbstractParamConverterProvider
 
ALLOWED_METHODS_PARAM - Static variable in class io.dropwizard.jersey.filter.AllowedMethodsFilter
 
AllowedMethodsFilter - Class in io.dropwizard.jersey.filter
 
AllowedMethodsFilter() - Constructor for class io.dropwizard.jersey.filter.AllowedMethodsFilter
 
aroundReadFrom(ReaderInterceptorContext) - Method in class io.dropwizard.jersey.gzip.GZipDecoder
 
aroundWriteTo(WriterInterceptorContext) - Method in class io.dropwizard.jersey.errors.EofExceptionWriterInterceptor
 
aroundWriteTo(WriterInterceptorContext) - Method in class io.dropwizard.jersey.gzip.ConfiguredGZipEncoder
 

B

Binder() - Constructor for class io.dropwizard.jersey.sessions.SessionFactoryProvider.Binder
 

C

CacheControl - Annotation Type in io.dropwizard.jersey.caching
An annotation which adds a constant Cache-Control header to the response produced by the annotated method.
CacheControlledResponseFeature - Class in io.dropwizard.jersey.caching
 
CacheControlledResponseFeature() - Constructor for class io.dropwizard.jersey.caching.CacheControlledResponseFeature
 
CharsetUtf8Filter - Class in io.dropwizard.jersey.filter
This class ensures that any HTTP response that includes a Content-Type response header, will also include the UTF-8 character set.
CharsetUtf8Filter() - Constructor for class io.dropwizard.jersey.filter.CharsetUtf8Filter
 
configure() - Method in class io.dropwizard.jersey.DropwizardResourceConfig.SpecificBinder
 
configure() - Method in class io.dropwizard.jersey.guava.OptionalParamBinder
 
configure() - Method in class io.dropwizard.jersey.sessions.SessionFactoryProvider.Binder
 
configure() - Method in class io.dropwizard.jersey.validation.HibernateValidationBinder
 
configure(ResourceInfo, FeatureContext) - Method in class io.dropwizard.jersey.caching.CacheControlledResponseFeature
 
configure(FeatureContext) - Method in class io.dropwizard.jersey.jackson.JacksonFeature
 
ConfiguredGZipEncoder - Class in io.dropwizard.jersey.gzip
GZIP encoding support.
ConfiguredGZipEncoder(boolean) - Constructor for class io.dropwizard.jersey.gzip.ConfiguredGZipEncoder
 
ConstraintMessage - Class in io.dropwizard.jersey.validation
 
createValueProvider(Parameter) - Method in class io.dropwizard.jersey.sessions.SessionFactoryProvider
 

D

DEFAULT_ALLOWED_METHODS - Static variable in class io.dropwizard.jersey.filter.AllowedMethodsFilter
 
DefaultValueUtils - Class in io.dropwizard.jersey
 
determineStatus(Set<T>, Invocable) - Static method in class io.dropwizard.jersey.validation.ConstraintMessage
Given a set of constraint violations and a Jersey Invocable where the constraint occurred, determine the HTTP Status code for the response.
disable() - Method in class io.dropwizard.jersey.setup.JerseyEnvironment
 
disable(String) - Method in class io.dropwizard.jersey.setup.JerseyEnvironment
Disables the Jersey feature with the given name.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class io.dropwizard.jersey.filter.AllowedMethodsFilter
 
doNotCreate() - Method in annotation type io.dropwizard.jersey.sessions.Session
 
DropwizardConfiguredValidator - Class in io.dropwizard.jersey.validation
 
DropwizardConfiguredValidator(Validator) - Constructor for class io.dropwizard.jersey.validation.DropwizardConfiguredValidator
 
DropwizardResourceConfig - Class in io.dropwizard.jersey
 
DropwizardResourceConfig() - Constructor for class io.dropwizard.jersey.DropwizardResourceConfig
 
DropwizardResourceConfig(MetricRegistry) - Constructor for class io.dropwizard.jersey.DropwizardResourceConfig
 
DropwizardResourceConfig.SpecificBinder - Class in io.dropwizard.jersey
 

E

EarlyEofExceptionMapper - Class in io.dropwizard.jersey.errors
This class is intended to catch Early EOF errors that occur when the client disconnects while the server is reading from the input stream.
EarlyEofExceptionMapper() - Constructor for class io.dropwizard.jersey.errors.EarlyEofExceptionMapper
 
EmptyOptionalException - Exception in io.dropwizard.jersey.optional
An exception thrown when a resource endpoint attempts to write out an optional that is empty.
EmptyOptionalExceptionMapper - Class in io.dropwizard.jersey.optional
The default response when an empty optional is returned, is to respond with a 404 NOT FOUND response.
EmptyOptionalExceptionMapper() - Constructor for class io.dropwizard.jersey.optional.EmptyOptionalExceptionMapper
 
EmptyOptionalNoContentExceptionMapper - Class in io.dropwizard.jersey.optional
EmptyOptionalNoContentExceptionMapper() - Constructor for class io.dropwizard.jersey.optional.EmptyOptionalNoContentExceptionMapper
 
enable(String) - Method in class io.dropwizard.jersey.setup.JerseyEnvironment
Enables the Jersey feature with the given name.
EofExceptionWriterInterceptor - Class in io.dropwizard.jersey.errors
A WriterInterceptor to swallow EofException which occurs when a client disconnects before the complete response could be sent.
EofExceptionWriterInterceptor(MetricRegistry) - Constructor for class io.dropwizard.jersey.errors.EofExceptionWriterInterceptor
 
equals(Object) - Method in class io.dropwizard.jersey.errors.ErrorMessage
 
equals(Object) - Method in class io.dropwizard.jersey.params.AbstractParam
 
error(String, Exception) - Method in class io.dropwizard.jersey.params.AbstractParam
Deprecated.
instead of returning a Response from this method, subclasses should override AbstractParam.errorMessage(java.lang.Exception) and AbstractParam.getErrorStatus() to allow a WebApplicationException to be thrown which is mapped to a response using the exception mappers.
ErrorEntityWriter<T,​U> - Class in io.dropwizard.jersey.errors
This class allows producing non-JSON responses for particular entities.
ErrorEntityWriter(MediaType, Class<U>) - Constructor for class io.dropwizard.jersey.errors.ErrorEntityWriter
 
errorMessage(Exception) - Method in class io.dropwizard.jersey.params.AbstractParam
Given a string representation which was unable to be parsed and the exception thrown, produce an error message to be sent to the client.
errorMessage(Exception) - Method in class io.dropwizard.jersey.params.IntParam
Deprecated.
 
errorMessage(Exception) - Method in class io.dropwizard.jersey.params.LongParam
Deprecated.
 
errorMessage(Exception) - Method in class io.dropwizard.jersey.params.UUIDParam
Deprecated.
 
ErrorMessage - Class in io.dropwizard.jersey.errors
 
ErrorMessage(int, String) - Constructor for class io.dropwizard.jersey.errors.ErrorMessage
 
ErrorMessage(int, String, String) - Constructor for class io.dropwizard.jersey.errors.ErrorMessage
 
ErrorMessage(String) - Constructor for class io.dropwizard.jersey.errors.ErrorMessage
 
extractValues(AbstractParam<?>, ValueExtractor.ValueReceiver) - Method in class io.dropwizard.jersey.validation.ParamValueExtractor
 
extractValues(NonEmptyStringParam, ValueExtractor.ValueReceiver) - Method in class io.dropwizard.jersey.validation.NonEmptyStringParamValueExtractor
 

F

filter(ClientRequestContext) - Method in class io.dropwizard.jersey.gzip.ConfiguredGZipEncoder
 
filter(ContainerRequestContext) - Method in class io.dropwizard.jersey.filter.RuntimeFilter
 
filter(ContainerRequestContext, ContainerResponseContext) - Method in class io.dropwizard.jersey.filter.CharsetUtf8Filter
 
filter(ContainerRequestContext, ContainerResponseContext) - Method in class io.dropwizard.jersey.filter.RequestIdFilter
 
filter(ContainerRequestContext, ContainerResponseContext) - Method in class io.dropwizard.jersey.filter.RuntimeFilter
 
Flash<T> - Class in io.dropwizard.jersey.sessions
 
FlashFactory - Class in io.dropwizard.jersey.sessions
 
FlashFactory(HttpServletRequest) - Constructor for class io.dropwizard.jersey.sessions.FlashFactory
 
forExecutables() - Method in class io.dropwizard.jersey.validation.DropwizardConfiguredValidator
 
formatErrorMessage(long, E) - Method in class io.dropwizard.jersey.errors.LoggingExceptionMapper
 
formatLogMessage(long, Throwable) - Method in class io.dropwizard.jersey.errors.LoggingExceptionMapper
 
forTesting() - Static method in class io.dropwizard.jersey.DropwizardResourceConfig
Build a DropwizardResourceConfig which makes Jersey Test run on a random port, also see org.glassfish.jersey.test.TestProperties#CONTAINER_PORT.
forTesting(MetricRegistry) - Static method in class io.dropwizard.jersey.DropwizardResourceConfig
Build a DropwizardResourceConfig which makes Jersey Test run on a random port, also see org.glassfish.jersey.test.TestProperties#CONTAINER_PORT.
fromString(String) - Method in class io.dropwizard.jersey.params.AbstractParamConverter
fromString(String) - Method in class io.dropwizard.jersey.validation.FuzzyEnumParamConverter
 
FuzzyEnumParamConverter<T> - Class in io.dropwizard.jersey.validation
Provides converters to jersey for enums used as resource parameters.
FuzzyEnumParamConverterProvider - Class in io.dropwizard.jersey.validation
Provides converters to Jersey for enums used as resource parameters.
FuzzyEnumParamConverterProvider() - Constructor for class io.dropwizard.jersey.validation.FuzzyEnumParamConverterProvider
 

G

generateErrorMessage(String, Exception) - Method in class io.dropwizard.jersey.params.AbstractParam
Generates an ErrorMessage to return to the client.
get() - Method in class io.dropwizard.jersey.params.AbstractParam
Returns the underlying value.
get() - Method in class io.dropwizard.jersey.sessions.Flash
 
getCode() - Method in class io.dropwizard.jersey.errors.ErrorMessage
 
getConstraintsForClass(Class<?>) - Method in class io.dropwizard.jersey.validation.DropwizardConfiguredValidator
 
getContainer() - Method in class io.dropwizard.jersey.setup.JerseyContainerHolder
 
getContextPath() - Method in class io.dropwizard.jersey.DropwizardResourceConfig
 
getConverter(Class<T>, Type, Annotation[]) - Method in class io.dropwizard.jersey.validation.FuzzyEnumParamConverterProvider
 
getConverter(Class<T>, Type, Annotation[]) - Method in class io.dropwizard.jersey.guava.OptionalParamConverterProvider
getConverter(Class<T>, Type, Annotation[]) - Method in class io.dropwizard.jersey.params.AbstractParamConverterProvider
 
getDefaultValue(Annotation[]) - Static method in class io.dropwizard.jersey.DefaultValueUtils
Returns the value of the DefaultValue.value() if found in annotations.
getDetails() - Method in class io.dropwizard.jersey.errors.ErrorMessage
 
getEndpointsInfo() - Method in class io.dropwizard.jersey.DropwizardResourceConfig
 
getErrors() - Method in class io.dropwizard.jersey.validation.ValidationErrorMessage
 
getErrorStatus() - Method in class io.dropwizard.jersey.params.AbstractParam
Given a string representation which was unable to be parsed, produce a Response.Status for the Response to be sent to the client.
getInstance(Class<T>) - Method in class io.dropwizard.jersey.validation.MutableValidatorFactory
 
getInvocable() - Method in exception io.dropwizard.jersey.validation.JerseyViolationException
 
getMessage() - Method in class io.dropwizard.jersey.errors.ErrorMessage
 
getMessage(ConstraintViolation<?>, Invocable) - Static method in class io.dropwizard.jersey.validation.ConstraintMessage
Gets the human friendly location of where the violation was raised.
getObjectMapper() - Method in class io.dropwizard.jersey.jackson.JacksonMessageBodyProvider
 
getParameterNameFromAnnotations(Annotation[]) - Static method in class io.dropwizard.jersey.validation.JerseyParameterNameProvider
Derives member's name and type from it's annotations
getParameterNames(Method) - Method in class io.dropwizard.jersey.validation.JerseyParameterNameProvider
 
getProperty(String) - Method in class io.dropwizard.jersey.setup.JerseyEnvironment
Gets the given Jersey property.
getRepresentation(T) - Method in class io.dropwizard.jersey.errors.ErrorEntityWriter
 
getResourceConfig() - Method in class io.dropwizard.jersey.setup.JerseyEnvironment
 
getSize(Optional<?>, Class<?>, Type, Annotation[], MediaType) - Method in class io.dropwizard.jersey.guava.OptionalMessageBodyWriter
 
getSize(Optional<?>, Class<?>, Type, Annotation[], MediaType) - Method in class io.dropwizard.jersey.optional.OptionalMessageBodyWriter
 
getSize(OptionalDouble, Class<?>, Type, Annotation[], MediaType) - Method in class io.dropwizard.jersey.optional.OptionalDoubleMessageBodyWriter
 
getSize(OptionalInt, Class<?>, Type, Annotation[], MediaType) - Method in class io.dropwizard.jersey.optional.OptionalIntMessageBodyWriter
 
getSize(OptionalLong, Class<?>, Type, Annotation[], MediaType) - Method in class io.dropwizard.jersey.optional.OptionalLongMessageBodyWriter
 
getSize(T, Class<?>, Type, Annotation[], MediaType) - Method in class io.dropwizard.jersey.errors.ErrorEntityWriter
 
getUrlPattern() - Method in class io.dropwizard.jersey.DropwizardResourceConfig
 
getUrlPattern() - Method in class io.dropwizard.jersey.setup.JerseyEnvironment
 
GZipDecoder - Class in io.dropwizard.jersey.gzip
GZIP encoding support.
GZipDecoder() - Constructor for class io.dropwizard.jersey.gzip.GZipDecoder
 

H

hashCode() - Method in class io.dropwizard.jersey.errors.ErrorMessage
 
hashCode() - Method in class io.dropwizard.jersey.params.AbstractParam
 
HibernateValidationBinder - Class in io.dropwizard.jersey.validation
 
HibernateValidationBinder(Validator) - Constructor for class io.dropwizard.jersey.validation.HibernateValidationBinder
 
HttpSessionFactory - Class in io.dropwizard.jersey.sessions
 
HttpSessionFactory(HttpServletRequest) - Constructor for class io.dropwizard.jersey.sessions.HttpSessionFactory
 

I

IllegalStateExceptionMapper - Class in io.dropwizard.jersey.errors
ExceptionMapper for IllegalStateException.
IllegalStateExceptionMapper() - Constructor for class io.dropwizard.jersey.errors.IllegalStateExceptionMapper
 
immutable() - Method in annotation type io.dropwizard.jersey.caching.CacheControl
If set, adds a Cache-Control header to the response which indicates the response is immutable and should be kept in cache for as long as possible.
init(FilterConfig) - Method in class io.dropwizard.jersey.filter.AllowedMethodsFilter
 
INSTANCE - Static variable in exception io.dropwizard.jersey.optional.EmptyOptionalException
 
InstantParam - Class in io.dropwizard.jersey.jsr310
A parameter encapsulating instant values in milliseconds.
InstantParam(String) - Constructor for class io.dropwizard.jersey.jsr310.InstantParam
 
InstantSecondParam - Class in io.dropwizard.jersey.jsr310
A parameter encapsulating instant values in seconds.
InstantSecondParam(String) - Constructor for class io.dropwizard.jersey.jsr310.InstantSecondParam
 
IntParam - Class in io.dropwizard.jersey.params
Deprecated.
As of release 2.0.0, will be removed in 3.0.0. Please use OptionalInt instead.
IntParam(String) - Constructor for class io.dropwizard.jersey.params.IntParam
Deprecated.
 
IntParam(String, String) - Constructor for class io.dropwizard.jersey.params.IntParam
Deprecated.
 
io.dropwizard.jersey - package io.dropwizard.jersey
 
io.dropwizard.jersey.caching - package io.dropwizard.jersey.caching
 
io.dropwizard.jersey.errors - package io.dropwizard.jersey.errors
 
io.dropwizard.jersey.filter - package io.dropwizard.jersey.filter
 
io.dropwizard.jersey.guava - package io.dropwizard.jersey.guava
 
io.dropwizard.jersey.gzip - package io.dropwizard.jersey.gzip
 
io.dropwizard.jersey.jackson - package io.dropwizard.jersey.jackson
 
io.dropwizard.jersey.jsr310 - package io.dropwizard.jersey.jsr310
 
io.dropwizard.jersey.optional - package io.dropwizard.jersey.optional
 
io.dropwizard.jersey.params - package io.dropwizard.jersey.params
 
io.dropwizard.jersey.sessions - package io.dropwizard.jersey.sessions
 
io.dropwizard.jersey.setup - package io.dropwizard.jersey.setup
 
io.dropwizard.jersey.validation - package io.dropwizard.jersey.validation
 
isPrivate() - Method in annotation type io.dropwizard.jersey.caching.CacheControl
Controls the private setting of the Cache-Control header.
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class io.dropwizard.jersey.jackson.JacksonMessageBodyProvider
 
isRequestEntity(ConstraintViolation<?>, Invocable) - Static method in class io.dropwizard.jersey.validation.ConstraintMessage
Determines if constraint violation occurred in the request entity.
isShowDetails() - Method in class io.dropwizard.jersey.jackson.JsonProcessingExceptionMapper
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class io.dropwizard.jersey.jackson.JacksonMessageBodyProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class io.dropwizard.jersey.errors.ErrorEntityWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class io.dropwizard.jersey.guava.OptionalMessageBodyWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class io.dropwizard.jersey.optional.OptionalDoubleMessageBodyWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class io.dropwizard.jersey.optional.OptionalIntMessageBodyWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class io.dropwizard.jersey.optional.OptionalLongMessageBodyWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class io.dropwizard.jersey.optional.OptionalMessageBodyWriter
 

J

JacksonFeature - Class in io.dropwizard.jersey.jackson
A binder that registers the Jackson JSON provider while allowing users to override.
JacksonFeature(ObjectMapper) - Constructor for class io.dropwizard.jersey.jackson.JacksonFeature
 
JacksonMessageBodyProvider - Class in io.dropwizard.jersey.jackson
A Jersey provider which enables using Jackson to parse request entities into objects and generate response entities from objects.
JacksonMessageBodyProvider(ObjectMapper) - Constructor for class io.dropwizard.jersey.jackson.JacksonMessageBodyProvider
 
JerseyContainerHolder - Class in io.dropwizard.jersey.setup
 
JerseyContainerHolder(Servlet) - Constructor for class io.dropwizard.jersey.setup.JerseyContainerHolder
 
JerseyEnvironment - Class in io.dropwizard.jersey.setup
 
JerseyEnvironment(JerseyContainerHolder, DropwizardResourceConfig) - Constructor for class io.dropwizard.jersey.setup.JerseyEnvironment
 
JerseyParameterNameProvider - Class in io.dropwizard.jersey.validation
Adds jersey support to parameter name discovery in hibernate validator.
JerseyParameterNameProvider() - Constructor for class io.dropwizard.jersey.validation.JerseyParameterNameProvider
 
JerseyServletContainer - Class in io.dropwizard.jersey.setup
Extends ServletContainer to provide consumers of dropwizard-jersey a means of obtaining a container without directly depending on Jersey.
JerseyServletContainer() - Constructor for class io.dropwizard.jersey.setup.JerseyServletContainer
Create Jersey Servlet container.
JerseyServletContainer(DropwizardResourceConfig) - Constructor for class io.dropwizard.jersey.setup.JerseyServletContainer
Create Jersey Servlet container.
JerseyViolationException - Exception in io.dropwizard.jersey.validation
A ConstraintViolationException that occurs while Jersey is validating constraints on a resource endpoint.
JerseyViolationException(Set<? extends ConstraintViolation<?>>, Invocable) - Constructor for exception io.dropwizard.jersey.validation.JerseyViolationException
 
JerseyViolationExceptionMapper - Class in io.dropwizard.jersey.validation
 
JerseyViolationExceptionMapper() - Constructor for class io.dropwizard.jersey.validation.JerseyViolationExceptionMapper
 
JsonProcessingExceptionMapper - Class in io.dropwizard.jersey.jackson
 
JsonProcessingExceptionMapper() - Constructor for class io.dropwizard.jersey.jackson.JsonProcessingExceptionMapper
 
JsonProcessingExceptionMapper(boolean) - Constructor for class io.dropwizard.jersey.jackson.JsonProcessingExceptionMapper
 

L

LocalDateParam - Class in io.dropwizard.jersey.jsr310
A parameter encapsulating date values.
LocalDateParam(String) - Constructor for class io.dropwizard.jersey.jsr310.LocalDateParam
 
LocalDateTimeParam - Class in io.dropwizard.jersey.jsr310
A parameter encapsulating date/time values.
LocalDateTimeParam(String) - Constructor for class io.dropwizard.jersey.jsr310.LocalDateTimeParam
 
LocalTimeParam - Class in io.dropwizard.jersey.jsr310
A parameter encapsulating time values.
LocalTimeParam(String) - Constructor for class io.dropwizard.jersey.jsr310.LocalTimeParam
 
logException(long, E) - Method in class io.dropwizard.jersey.errors.LoggingExceptionMapper
 
logException(E) - Method in class io.dropwizard.jersey.errors.LoggingExceptionMapper
 
logger - Variable in class io.dropwizard.jersey.errors.LoggingExceptionMapper
 
LoggingExceptionMapper<E extends Throwable> - Class in io.dropwizard.jersey.errors
 
LoggingExceptionMapper() - Constructor for class io.dropwizard.jersey.errors.LoggingExceptionMapper
 
LoggingExceptionMapper(Logger) - Constructor for class io.dropwizard.jersey.errors.LoggingExceptionMapper
 
LongParam - Class in io.dropwizard.jersey.params
Deprecated.
As of release 2.0.0, will be removed in 3.0.0. Please use OptionalLong instead.
LongParam(String) - Constructor for class io.dropwizard.jersey.params.LongParam
Deprecated.
 
LongParam(String, String) - Constructor for class io.dropwizard.jersey.params.LongParam
Deprecated.
 

M

maxAge() - Method in annotation type io.dropwizard.jersey.caching.CacheControl
Controls the max-age setting of the Cache-Control header.
maxAgeUnit() - Method in annotation type io.dropwizard.jersey.caching.CacheControl
The time unit of CacheControl.maxAge().
mediaType() - Method in class io.dropwizard.jersey.params.AbstractParam
Deprecated.
the media type should be set by the exception mapper instead
mustRevalidate() - Method in annotation type io.dropwizard.jersey.caching.CacheControl
Controls the must-revalidate setting of the Cache-Control header.
MutableValidatorFactory - Class in io.dropwizard.jersey.validation
 
MutableValidatorFactory() - Constructor for class io.dropwizard.jersey.validation.MutableValidatorFactory
 

N

newConfiguration() - Static method in class io.dropwizard.jersey.validation.Validators
Creates a new HibernateValidatorConfiguration with all the custom value extractors registered.
newValidator() - Static method in class io.dropwizard.jersey.validation.Validators
Creates a new Validator based on Validators.newValidatorFactory()
newValidatorFactory() - Static method in class io.dropwizard.jersey.validation.Validators
Creates a new ValidatorFactory based on Validators.newConfiguration()
noCache() - Method in annotation type io.dropwizard.jersey.caching.CacheControl
Controls the no-cache setting of the Cache-Control header.
NonEmptyStringParam - Class in io.dropwizard.jersey.params
A parameter encapsulating optional string values with the condition that empty string inputs are interpreted as being absent.
NonEmptyStringParam(String) - Constructor for class io.dropwizard.jersey.params.NonEmptyStringParam
 
NonEmptyStringParam(String, String) - Constructor for class io.dropwizard.jersey.params.NonEmptyStringParam
 
NonEmptyStringParamValueExtractor - Class in io.dropwizard.jersey.validation
Let's the validator know that when validating a NonEmptyStringParam to validate the underlying value.
noStore() - Method in annotation type io.dropwizard.jersey.caching.CacheControl
Controls the no-store setting of the Cache-Control header.
noTransform() - Method in annotation type io.dropwizard.jersey.caching.CacheControl
Controls the no-transform setting of the Cache-Control header.

O

OffsetDateTimeParam - Class in io.dropwizard.jersey.jsr310
A parameter encapsulating date/time values containing an offset from UTC.
OffsetDateTimeParam(String) - Constructor for class io.dropwizard.jersey.jsr310.OffsetDateTimeParam
 
OptionalDoubleMessageBodyWriter - Class in io.dropwizard.jersey.optional
 
OptionalDoubleMessageBodyWriter() - Constructor for class io.dropwizard.jersey.optional.OptionalDoubleMessageBodyWriter
 
OptionalIntMessageBodyWriter - Class in io.dropwizard.jersey.optional
 
OptionalIntMessageBodyWriter() - Constructor for class io.dropwizard.jersey.optional.OptionalIntMessageBodyWriter
 
OptionalLongMessageBodyWriter - Class in io.dropwizard.jersey.optional
 
OptionalLongMessageBodyWriter() - Constructor for class io.dropwizard.jersey.optional.OptionalLongMessageBodyWriter
 
OptionalMessageBodyWriter - Class in io.dropwizard.jersey.guava
 
OptionalMessageBodyWriter - Class in io.dropwizard.jersey.optional
 
OptionalMessageBodyWriter() - Constructor for class io.dropwizard.jersey.guava.OptionalMessageBodyWriter
 
OptionalMessageBodyWriter() - Constructor for class io.dropwizard.jersey.optional.OptionalMessageBodyWriter
 
OptionalParamBinder - Class in io.dropwizard.jersey.guava
 
OptionalParamBinder() - Constructor for class io.dropwizard.jersey.guava.OptionalParamBinder
 
OptionalParamConverterProvider - Class in io.dropwizard.jersey.guava
 
OptionalParamConverterProvider(InjectionManager) - Constructor for class io.dropwizard.jersey.guava.OptionalParamConverterProvider
 

P

packages(String...) - Method in class io.dropwizard.jersey.setup.JerseyEnvironment
Adds array of package names which will be used to scan for components.
ParamValueExtractor - Class in io.dropwizard.jersey.validation
Let's the validator know that when validating a class that is an AbstractParam to validate the underlying value.
parse(String) - Method in class io.dropwizard.jersey.jsr310.InstantParam
 
parse(String) - Method in class io.dropwizard.jersey.jsr310.InstantSecondParam
 
parse(String) - Method in class io.dropwizard.jersey.jsr310.LocalDateParam
 
parse(String) - Method in class io.dropwizard.jersey.jsr310.LocalDateTimeParam
 
parse(String) - Method in class io.dropwizard.jersey.jsr310.LocalTimeParam
 
parse(String) - Method in class io.dropwizard.jersey.jsr310.OffsetDateTimeParam
 
parse(String) - Method in class io.dropwizard.jersey.jsr310.YearMonthParam
 
parse(String) - Method in class io.dropwizard.jersey.jsr310.YearParam
 
parse(String) - Method in class io.dropwizard.jersey.jsr310.ZonedDateTimeParam
 
parse(String) - Method in class io.dropwizard.jersey.jsr310.ZoneIdParam
 
parse(String) - Method in class io.dropwizard.jersey.params.AbstractParam
Given a string representation, parse it and return an instance of the parameter type.
parse(String) - Method in class io.dropwizard.jersey.params.IntParam
Deprecated.
 
parse(String) - Method in class io.dropwizard.jersey.params.LongParam
Deprecated.
 
parse(String) - Method in class io.dropwizard.jersey.params.NonEmptyStringParam
 
parse(String) - Method in class io.dropwizard.jersey.params.UUIDParam
Deprecated.
 
PATCH - Annotation Type in io.dropwizard.jersey
 
property(String, Object) - Method in class io.dropwizard.jersey.setup.JerseyEnvironment
Sets the given Jersey property.
provide(boolean) - Method in class io.dropwizard.jersey.sessions.FlashFactory
 
provide(boolean) - Method in class io.dropwizard.jersey.sessions.HttpSessionFactory
 
proxyRevalidate() - Method in annotation type io.dropwizard.jersey.caching.CacheControl
Controls the proxy-revalidate setting of the Cache-Control header.

R

register(Class<?>) - Method in class io.dropwizard.jersey.setup.JerseyEnvironment
Adds the given class as a Jersey component.
register(Object) - Method in class io.dropwizard.jersey.DropwizardResourceConfig
 
register(Object) - Method in class io.dropwizard.jersey.setup.JerseyEnvironment
Adds the given object as a Jersey singleton component.
releaseInstance(ConstraintValidator<?, ?>) - Method in class io.dropwizard.jersey.validation.MutableValidatorFactory
 
replace(Function<ResourceConfig, Servlet>) - Method in class io.dropwizard.jersey.setup.JerseyEnvironment
 
RequestIdFilter - Class in io.dropwizard.jersey.filter
This class adds a "X-Request-Id" HTTP response header and logs the following information: request method, request path, request ID, response status, response length (or -1 if not known).
RequestIdFilter() - Constructor for class io.dropwizard.jersey.filter.RequestIdFilter
 
RuntimeFilter - Class in io.dropwizard.jersey.filter
This class adds an "X-Runtime" HTTP response header that includes the time taken to execute the request, in seconds (based on the implementation from Ruby on Rails).
RuntimeFilter() - Constructor for class io.dropwizard.jersey.filter.RuntimeFilter
 

S

Session - Annotation Type in io.dropwizard.jersey.sessions
 
SessionFactoryProvider - Class in io.dropwizard.jersey.sessions
 
SessionFactoryProvider(Provider<MultivaluedParameterExtractorProvider>, InjectionManager) - Constructor for class io.dropwizard.jersey.sessions.SessionFactoryProvider
 
SessionFactoryProvider.Binder - Class in io.dropwizard.jersey.sessions
 
set(T) - Method in class io.dropwizard.jersey.sessions.Flash
 
setContainer(Servlet) - Method in class io.dropwizard.jersey.setup.JerseyContainerHolder
 
setContextPath(String) - Method in class io.dropwizard.jersey.DropwizardResourceConfig
 
setUrlPattern(String) - Method in class io.dropwizard.jersey.DropwizardResourceConfig
 
setUrlPattern(String) - Method in class io.dropwizard.jersey.setup.JerseyEnvironment
 
setValidatorFactory(ConstraintValidatorFactory) - Method in class io.dropwizard.jersey.validation.MutableValidatorFactory
 
sharedMaxAge() - Method in annotation type io.dropwizard.jersey.caching.CacheControl
Controls the s-max-age setting of the Cache-Control header.
sharedMaxAgeUnit() - Method in annotation type io.dropwizard.jersey.caching.CacheControl
The time unit of CacheControl.sharedMaxAge().
SpecificBinder(Object, Class<?>) - Constructor for class io.dropwizard.jersey.DropwizardResourceConfig.SpecificBinder
 

T

toResponse(JsonProcessingException) - Method in class io.dropwizard.jersey.jackson.JsonProcessingExceptionMapper
 
toResponse(E) - Method in class io.dropwizard.jersey.errors.LoggingExceptionMapper
 
toResponse(EmptyOptionalException) - Method in class io.dropwizard.jersey.optional.EmptyOptionalExceptionMapper
 
toResponse(EmptyOptionalException) - Method in class io.dropwizard.jersey.optional.EmptyOptionalNoContentExceptionMapper
 
toResponse(JerseyViolationException) - Method in class io.dropwizard.jersey.validation.JerseyViolationExceptionMapper
 
toResponse(IllegalStateException) - Method in class io.dropwizard.jersey.errors.IllegalStateExceptionMapper
 
toResponse(EofException) - Method in class io.dropwizard.jersey.errors.EarlyEofExceptionMapper
 
toString() - Method in class io.dropwizard.jersey.errors.ErrorMessage
 
toString() - Method in class io.dropwizard.jersey.params.AbstractParam
 
toString(T) - Method in class io.dropwizard.jersey.params.AbstractParamConverter
toString(T) - Method in class io.dropwizard.jersey.validation.FuzzyEnumParamConverter
 

U

unwrap(Class<T>) - Method in class io.dropwizard.jersey.validation.DropwizardConfiguredValidator
 
UUIDParam - Class in io.dropwizard.jersey.params
Deprecated.
As of release 2.0.0, will be removed in 3.0.0. Please use Optional instead.
UUIDParam(String) - Constructor for class io.dropwizard.jersey.params.UUIDParam
Deprecated.
 
UUIDParam(String, String) - Constructor for class io.dropwizard.jersey.params.UUIDParam
Deprecated.
 

V

validate(T, Class<?>...) - Method in class io.dropwizard.jersey.validation.DropwizardConfiguredValidator
 
validateProperty(T, String, Class<?>...) - Method in class io.dropwizard.jersey.validation.DropwizardConfiguredValidator
 
validateResourceAndInputParams(Object, Invocable, Object[]) - Method in class io.dropwizard.jersey.validation.DropwizardConfiguredValidator
 
validateResult(Object, Invocable, Object) - Method in class io.dropwizard.jersey.validation.DropwizardConfiguredValidator
 
validateValue(Class<T>, String, Object, Class<?>...) - Method in class io.dropwizard.jersey.validation.DropwizardConfiguredValidator
 
ValidationErrorMessage - Class in io.dropwizard.jersey.validation
 
ValidationErrorMessage(List<String>) - Constructor for class io.dropwizard.jersey.validation.ValidationErrorMessage
 
Validators - Class in io.dropwizard.jersey.validation
A utility class for Hibernate.

W

writeTo(Optional<?>, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class io.dropwizard.jersey.guava.OptionalMessageBodyWriter
 
writeTo(Optional<?>, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class io.dropwizard.jersey.optional.OptionalMessageBodyWriter
 
writeTo(OptionalDouble, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class io.dropwizard.jersey.optional.OptionalDoubleMessageBodyWriter
 
writeTo(OptionalInt, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class io.dropwizard.jersey.optional.OptionalIntMessageBodyWriter
 
writeTo(OptionalLong, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class io.dropwizard.jersey.optional.OptionalLongMessageBodyWriter
 
writeTo(T, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class io.dropwizard.jersey.errors.ErrorEntityWriter
 

Y

YearMonthParam - Class in io.dropwizard.jersey.jsr310
A parameter encapsulating year and month values.
YearMonthParam(String) - Constructor for class io.dropwizard.jersey.jsr310.YearMonthParam
 
YearParam - Class in io.dropwizard.jersey.jsr310
A parameter encapsulating year values.
YearParam(String) - Constructor for class io.dropwizard.jersey.jsr310.YearParam
 

Z

ZonedDateTimeParam - Class in io.dropwizard.jersey.jsr310
A parameter encapsulating date/time values containing timezone information.
ZonedDateTimeParam(String) - Constructor for class io.dropwizard.jersey.jsr310.ZonedDateTimeParam
 
ZoneIdParam - Class in io.dropwizard.jersey.jsr310
A parameter encapsulating time-zone IDs, such as Europe/Paris.
ZoneIdParam(String) - Constructor for class io.dropwizard.jersey.jsr310.ZoneIdParam
 
A B C D E F G H I J L M N O P R S T U V W Y Z 
All Classes All Packages