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 |
---|---|
AbstractParamValueExtractor<T> |
Abstract base class for implementing multivalued parameter value extractor
logic supplied using
parameter converters . |
AbstractValueParamProvider |
A parameter value provider that provides parameter value factories
which are using
MultivaluedParameterExtractorProvider to extract parameter
values from the supplied multivalued
parameter map . |
AsyncResponseValueParamProvider |
Value factory provider supporting the
Suspended injection annotation. |
BeanParamValueParamProvider |
Value factory provider for
bean parameters . |
BeanParamValueParamProvider.BeanParamValueProvider | |
CollectionExtractor<T> |
Extract parameter value as a typed collection.
|
CollectionExtractor.ListValueOf<T> | |
CollectionExtractor.SetValueOf<T> | |
CollectionExtractor.SortedSetValueOf<T> | |
CookieParamValueParamProvider |
Value factory provider supporting the
CookieParam injection annotation. |
CookieParamValueParamProvider.CookieParamValueProvider | |
CookieParamValueParamProvider.CookieTypeParamValueProvider | |
DelegatedInjectionValueParamProvider |
Value factory provider that delegates the injection target lookup to the underlying injection provider.
|
EntityParamValueParamProvider |
Provides injection of
Request entity value or Request instance
itself. |
EntityParamValueParamProvider.EntityValueSupplier | |
FormParamValueParamProvider |
Value factory provider supporting the
FormParam injection annotation. |
FormParamValueParamProvider.FormParamValueProvider | |
HeaderParamValueParamProvider |
Value supplier provider supporting the
@HeaderParam injection annotation. |
HeaderParamValueParamProvider.HeaderParamValueProvider | |
MatrixParamValueParamProvider |
Value supplier provider supporting the
@MatrixParam injection annotation. |
MatrixParamValueParamProvider.MatrixParamValueProvider | |
MultivaluedParameterExtractorFactory |
Implementation of
MultivaluedParameterExtractorProvider . |
ParamConverterConfigurator |
Configurator which initializes and register
ParamConverters.AggregatedProvider instances into InjectionManager . |
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. |
ParamExtractorConfigurator |
Configurator which initializes and register
MultivaluedParameterExtractorProvider instance into
InjectionManager . |
ParamInjectionResolver<A extends java.lang.annotation.Annotation> |
Abstract base class for resolving JAX-RS
@XxxParam injection. |
PathParamValueParamProvider |
@PathParam injection value provider. |
PathParamValueParamProvider.PathParamListPathSegmentValueSupplier | |
PathParamValueParamProvider.PathParamPathSegmentValueSupplier | |
PathParamValueParamProvider.PathParamValueProvider | |
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. |
QueryParamValueParamProvider |
Value supplier provider supporting the
@QueryParam injection annotation. |
QueryParamValueParamProvider.QueryParamValueProvider | |
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 | |
ValueParamProviderConfigurator |
Configurator which initializes and register
ValueParamProvider instances into InjectionManager and
BootstrapBag . |
WebTargetValueParamProvider |
Value supplier provider supporting the
Uri injection annotation. |
WebTargetValueParamProvider.BindingModel | |
WebTargetValueParamProvider.ManagedClient | |
WebTargetValueParamProvider.WebTargetValueSupplier |