See: Description
Interface | Description |
---|---|
ConfiguredValidator |
Configured validator for Jersey validation purposes.
|
MultivaluedParameterExtractor<T> |
Provider that converts the values of an entry of a given
name
from the supplied multivalued map into an object of a custom
Java type. |
MultivaluedParameterExtractorProvider |
Provider of multivalued parameter extractors.
|
Class | Description |
---|---|
AbstractContainerRequestValueFactory<T> |
An abstract value factory that provides access to the current
ContainerRequest instance. |
AbstractParamValueExtractor<T> |
Abstract base class for implementing multivalued parameter value extractor
logic supplied using
parameter converters . |
AbstractValueFactoryProvider |
A parameter value factory provider that provides parameter value factories
which are using
MultivaluedParameterExtractorProvider to extract parameter
values from the supplied multivalued
parameter map . |
AsyncResponseValueFactoryProvider |
Value factory provider supporting the
Suspended injection annotation. |
AsyncResponseValueFactoryProvider.InjectionResolver |
Suspended injection resolver. |
BeanParamValueFactoryProvider |
Value factory provider for
bean parameters . |
BeanParamValueFactoryProvider.BeanParamValueFactory | |
BeanParamValueFactoryProvider.InjectionResolver |
Injection resolver for bean parameters . |
CollectionExtractor<T> |
Extract parameter value as a typed collection.
|
CollectionExtractor.ListValueOf<T> | |
CollectionExtractor.SetValueOf<T> | |
CollectionExtractor.SortedSetValueOf<T> | |
CookieParamValueFactoryProvider |
Value factory provider supporting the
CookieParam injection annotation. |
CookieParamValueFactoryProvider.CookieParamValueFactory | |
CookieParamValueFactoryProvider.CookieTypeParamValueFactory | |
CookieParamValueFactoryProvider.InjectionResolver |
Injection resolver for
CookieParam annotation. |
DelegatedInjectionValueFactoryProvider |
Value factory provider that delegates the injection target lookup to
the underlying injection provider (HK2).
|
EntityParamValueFactoryProvider |
Provides injection of
Request entity value or Request instance
itself. |
EntityParamValueFactoryProvider.EntityValueFactory | |
FormParamValueFactoryProvider |
Value factory provider supporting the
FormParam injection annotation. |
FormParamValueFactoryProvider.FormParamValueFactory | |
FormParamValueFactoryProvider.InjectionResolver |
FormParam injection resolver. |
HeaderParamValueFactoryProvider |
Value factory provider supporting the
@HeaderParam injection annotation. |
HeaderParamValueFactoryProvider.HeaderParamValueFactory | |
HeaderParamValueFactoryProvider.InjectionResolver |
@HeaderParam injection resolver. |
MatrixParamValueFactoryProvider |
Value factory provider supporting the
@MatrixParam injection annotation. |
MatrixParamValueFactoryProvider.InjectionResolver |
@MatrixParam injection resolver. |
MatrixParamValueFactoryProvider.MatrixParamValueFactory | |
MultivaluedParameterExtractorFactory |
Implementation of
MultivaluedParameterExtractorProvider . |
ParamConverterFactory |
An aggregate
param converter provider that loads all
the registered ParamConverterProvider implementations. |
ParamConverters |
Container of several different
param converter providers
implementations. |
ParamConverters.AbstractStringReader<T> | |
ParamConverters.AggregatedProvider |
Aggregated
param converter provider . |
ParamConverters.CharacterProvider | |
ParamConverters.DateProvider |
Provider of
param converter that convert the supplied string into a Java
Date instance using conversion method from the
http date formatter utility class. |
ParamConverters.StringConstructor |
Provider of
param converter that produce the target Java type instance
by invoking a single String parameter constructor on the target type. |
ParamConverters.TypeFromString |
Provider of
param converter that produce the target Java type instance
by invoking a static fromString(String) method on the target type. |
ParamConverters.TypeFromStringEnum |
Provider of
param converter that produce the target Java enum type instance
by invoking a static fromString(String) method on the target enum type. |
ParamConverters.TypeValueOf |
Provider of
param converter that produce the target Java type instance
by invoking a static valueOf(String) method on the target type. |
ParameterInjectionBinder |
Injection binder providing support for JAX-RS and Jersey injection annotations.
|
ParamInjectionResolver<A extends java.lang.annotation.Annotation> |
Abstract base class for resolving JAX-RS
@XxxParam injection. |
PathParamValueFactoryProvider |
@PathParam injection value factory provider. |
PathParamValueFactoryProvider.InjectionResolver |
@PathParam injection resolver. |
PathParamValueFactoryProvider.PathParamListPathSegmentValueFactory | |
PathParamValueFactoryProvider.PathParamPathSegmentValueFactory | |
PathParamValueFactoryProvider.PathParamValueFactory | |
PrimitiveCharacterExtractor |
Value extractor for
Character and char parameters. |
PrimitiveMapper |
Utility class that maps the primitive types to their respective classes as well
as the default values as defined by the JAX-RS specification.
|
PrimitiveValueOfExtractor |
Extract primitive parameter value from the
multivalued parameter map
using one of the valueOf(String) methods on the primitive Java type wrapper
classes. |
QueryParamValueFactoryProvider |
Value factory provider supporting the
@QueryParam injection annotation. |
QueryParamValueFactoryProvider.InjectionResolver |
@QueryParam injection resolver. |
QueryParamValueFactoryProvider.QueryParamValueFactory | |
SingleStringValueExtractor |
Extract value of the parameter by returning the first string parameter value
found in the list of string parameter values.
|
SingleValueExtractor<T> |
Extract value of the parameter using a single parameter value and the underlying
param converter . |
StringCollectionExtractor |
Extract parameter value as a specific
String Java collection type. |
StringCollectionExtractor.ListString | |
StringCollectionExtractor.SetString | |
StringCollectionExtractor.SortedSetString | |
WebTargetValueFactoryProvider |
Value factory provider supporting the
Uri injection annotation. |
WebTargetValueFactoryProvider.BindingModel | |
WebTargetValueFactoryProvider.InjectionResolver |
Uri injection resolver. |
WebTargetValueFactoryProvider.ManagedClient | |
WebTargetValueFactoryProvider.WebTargetValueFactory |