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. |
| 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. |
| CloseableServiceBinder |
Binder and Factory implementations for
CloseableService. |
| JaxbStringReaderProvider |
String reader provider producing
param converter provider that
support conversion of a string value into a JAXB instance. |
| JaxbStringReaderProvider.RootElementProvider |
Root element JAXB
param converter. |
| ParamConverterFactory |
An aggregate
param converter provider that loads all
the registered ParamConverterProvider implementations. |
| ParameterInjectionBinder |
Injection binder providing support for JAX-RS and Jersey injection annotations.
|
| ParamInjectionResolver<A extends Annotation> |
Abstract base class for resolving JAX-RS
@XxxParam injection. |
| Exception | Description |
|---|---|
| ExtractorException |
A runtime exception that contains a cause, a checked or runtime exception,
that may be passed to the cause of a
WebApplicationException. |
Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.