A B C D E F G H I J L M O P R S T U V 

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.
adapt(ResourceMethodDispatchProvider) - Method in class io.dropwizard.jersey.caching.CacheControlledResourceMethodDispatchAdapter
 
adapt(ResourceMethodDispatchProvider) - Method in class io.dropwizard.jersey.guava.OptionalResourceMethodDispatchAdapter
 
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
 

B

BooleanParam - Class in io.dropwizard.jersey.params
A parameter encapsulating boolean values.
BooleanParam(String) - Constructor for class io.dropwizard.jersey.params.BooleanParam
 

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.
CacheControlledResourceMethodDispatchAdapter - Class in io.dropwizard.jersey.caching
 
CacheControlledResourceMethodDispatchAdapter() - Constructor for class io.dropwizard.jersey.caching.CacheControlledResourceMethodDispatchAdapter
 
ConstraintViolationExceptionMapper - Class in io.dropwizard.jersey.validation
 
ConstraintViolationExceptionMapper() - Constructor for class io.dropwizard.jersey.validation.ConstraintViolationExceptionMapper
 

D

DateTimeParam - Class in io.dropwizard.jersey.params
A parameter encapsulating date/time values.
DateTimeParam(String) - Constructor for class io.dropwizard.jersey.params.DateTimeParam
 
DEFAULT_ALLOWED_METHODS - Static variable in class io.dropwizard.jersey.filter.AllowedMethodsFilter
 
destroy() - Method in class io.dropwizard.jersey.filter.AllowedMethodsFilter
 
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
 
DropwizardResourceConfig - Class in io.dropwizard.jersey
 
DropwizardResourceConfig(MetricRegistry) - Constructor for class io.dropwizard.jersey.DropwizardResourceConfig
 

E

enable(String) - Method in class io.dropwizard.jersey.setup.JerseyEnvironment
Enables the Jersey feature with the given name.
equals(Object) - Method in class io.dropwizard.jersey.params.AbstractParam
 
error(String, Exception) - Method in class io.dropwizard.jersey.params.AbstractParam
Given a string representation which was unable to be parsed and the exception thrown, produce a Response to be sent to the client.
ErrorMessage - Class in io.dropwizard.jersey.errors
 
ErrorMessage(String) - Constructor for class io.dropwizard.jersey.errors.ErrorMessage
 
errorMessage(String, 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 entity to be sent to the client.
errorMessage(String, Exception) - Method in class io.dropwizard.jersey.params.BooleanParam
 
errorMessage(String, Exception) - Method in class io.dropwizard.jersey.params.IntParam
 
errorMessage(String, Exception) - Method in class io.dropwizard.jersey.params.LongParam
 
errorMessage(String, Exception) - Method in class io.dropwizard.jersey.params.UUIDParam
 

F

Flash<T> - Class in io.dropwizard.jersey.sessions
 
FlashProvider - Class in io.dropwizard.jersey.sessions
 
FlashProvider(ThreadLocal<HttpServletRequest>) - Constructor for class io.dropwizard.jersey.sessions.FlashProvider
 
formatErrorMessage(long, E) - Method in class io.dropwizard.jersey.errors.LoggingExceptionMapper
 
formatLogMessage(long, Throwable) - Method in class io.dropwizard.jersey.errors.LoggingExceptionMapper
 
forTesting(MetricRegistry) - Static method in class io.dropwizard.jersey.DropwizardResourceConfig
 

G

get() - Method in class io.dropwizard.jersey.params.AbstractParam
Returns the underlying value.
get() - Method in class io.dropwizard.jersey.sessions.Flash
 
getContainer() - Method in class io.dropwizard.jersey.setup.JerseyContainerHolder
 
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.
getInjectable(ComponentContext, QueryParam, Parameter) - Method in class io.dropwizard.jersey.guava.OptionalQueryParamInjectableProvider
 
getInjectable(ComponentContext, Session, Parameter) - Method in class io.dropwizard.jersey.sessions.FlashProvider
 
getInjectable(ComponentContext, Session, Parameter) - Method in class io.dropwizard.jersey.sessions.HttpSessionProvider
 
getMessage() - Method in class io.dropwizard.jersey.errors.ErrorMessage
 
getObjectMapper() - Method in class io.dropwizard.jersey.jackson.JacksonMessageBodyProvider
 
getProperty(String) - Method in class io.dropwizard.jersey.setup.JerseyEnvironment
Gets the given Jersey property.
getResourceConfig() - Method in class io.dropwizard.jersey.setup.JerseyEnvironment
 
getScope() - Method in class io.dropwizard.jersey.guava.OptionalQueryParamInjectableProvider
 
getScope() - Method in class io.dropwizard.jersey.sessions.FlashProvider
 
getScope() - Method in class io.dropwizard.jersey.sessions.HttpSessionProvider
 
getUrlPattern() - Method in class io.dropwizard.jersey.DropwizardResourceConfig
 
getUrlPattern() - Method in class io.dropwizard.jersey.setup.JerseyEnvironment
 

H

hashCode() - Method in class io.dropwizard.jersey.params.AbstractParam
 
HttpSessionProvider - Class in io.dropwizard.jersey.sessions
 
HttpSessionProvider(ThreadLocal<HttpServletRequest>) - Constructor for class io.dropwizard.jersey.sessions.HttpSessionProvider
 

I

init(FilterConfig) - Method in class io.dropwizard.jersey.filter.AllowedMethodsFilter
 
IntParam - Class in io.dropwizard.jersey.params
A parameter encapsulating integer values.
IntParam(String) - Constructor for class io.dropwizard.jersey.params.IntParam
 
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.jackson - package io.dropwizard.jersey.jackson
 
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
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class io.dropwizard.jersey.jackson.JacksonMessageBodyProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class io.dropwizard.jersey.jackson.JacksonMessageBodyProvider
 

J

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, Validator) - Constructor for class io.dropwizard.jersey.jackson.JacksonMessageBodyProvider
 
JerseyContainerHolder - Class in io.dropwizard.jersey.setup
 
JerseyContainerHolder(ServletContainer) - 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
 
JsonProcessingExceptionMapper - Class in io.dropwizard.jersey.jackson
 
JsonProcessingExceptionMapper() - Constructor for class io.dropwizard.jersey.jackson.JsonProcessingExceptionMapper
 

L

logException(long, E) - Method 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
 
LongParam - Class in io.dropwizard.jersey.params
A parameter encapsulating long values.
LongParam(String) - Constructor for class io.dropwizard.jersey.params.LongParam
 

M

mediaType() - Method in class io.dropwizard.jersey.params.AbstractParam
Returns the media type of the error message entity.

O

OptionalQueryParamInjectableProvider - Class in io.dropwizard.jersey.guava
 
OptionalQueryParamInjectableProvider(ProviderServices) - Constructor for class io.dropwizard.jersey.guava.OptionalQueryParamInjectableProvider
 
OptionalResourceMethodDispatchAdapter - Class in io.dropwizard.jersey.guava
 
OptionalResourceMethodDispatchAdapter() - Constructor for class io.dropwizard.jersey.guava.OptionalResourceMethodDispatchAdapter
 

P

packages(String...) - Method in class io.dropwizard.jersey.setup.JerseyEnvironment
Adds array of package names which will be used to scan for components.
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.BooleanParam
 
parse(String) - Method in class io.dropwizard.jersey.params.DateTimeParam
 
parse(String) - Method in class io.dropwizard.jersey.params.IntParam
 
parse(String) - Method in class io.dropwizard.jersey.params.LongParam
 
parse(String) - Method in class io.dropwizard.jersey.params.UUIDParam
 
PATCH - Annotation Type in io.dropwizard.jersey
 
property(String, Object) - Method in class io.dropwizard.jersey.setup.JerseyEnvironment
Sets the given Jersey property.

R

readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class io.dropwizard.jersey.jackson.JacksonMessageBodyProvider
 
register(Object) - Method in class io.dropwizard.jersey.setup.JerseyEnvironment
Adds the given object as a Jersey singleton component.
register(Class<?>) - Method in class io.dropwizard.jersey.setup.JerseyEnvironment
Adds the given class as a Jersey component.
replace(Function<ResourceConfig, ServletContainer>) - Method in class io.dropwizard.jersey.setup.JerseyEnvironment
 

S

Session - Annotation Type in io.dropwizard.jersey.sessions
 
set(T) - Method in class io.dropwizard.jersey.sessions.Flash
 
setContainer(ServletContainer) - Method in class io.dropwizard.jersey.setup.JerseyContainerHolder
 
setUrlPattern(String) - Method in class io.dropwizard.jersey.DropwizardResourceConfig
 
setUrlPattern(String) - Method in class io.dropwizard.jersey.setup.JerseyEnvironment
 

T

toResponse(E) - Method in class io.dropwizard.jersey.errors.LoggingExceptionMapper
 
toResponse(JsonProcessingException) - Method in class io.dropwizard.jersey.jackson.JsonProcessingExceptionMapper
 
toResponse(ConstraintViolationException) - Method in class io.dropwizard.jersey.validation.ConstraintViolationExceptionMapper
 
toString() - Method in class io.dropwizard.jersey.params.AbstractParam
 

U

UUIDParam - Class in io.dropwizard.jersey.params
A parameter encapsulating UUID values.
UUIDParam(String) - Constructor for class io.dropwizard.jersey.params.UUIDParam
 

V

validate() - Method in class io.dropwizard.jersey.DropwizardResourceConfig
 
ValidationErrorMessage - Class in io.dropwizard.jersey.validation
 
ValidationErrorMessage(Set<ConstraintViolation<?>>) - Constructor for class io.dropwizard.jersey.validation.ValidationErrorMessage
 
A B C D E F G H I J L M O P R S T U V 

Copyright © 2014. All rights reserved.