Package | Description |
---|---|
org.glassfish.jersey.server.internal.inject |
Jersey server-side JAX-RS injection support classes.
|
org.glassfish.jersey.server.spi.internal |
Jersey server-side internal service provider contract (SPI) classes.
|
Modifier and Type | Class and Description |
---|---|
class |
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 . |
(package private) class |
AsyncResponseValueFactoryProvider
Value factory provider supporting the
Suspended injection annotation. |
(package private) class |
BeanParamValueFactoryProvider
Value factory provider for
bean parameters . |
(package private) class |
CookieParamValueFactoryProvider
Value factory provider supporting the
CookieParam injection annotation. |
(package private) class |
DelegatedInjectionValueFactoryProvider
Value factory provider that delegates the injection target lookup to
the underlying injection provider (HK2).
|
(package private) class |
EntityParamValueFactoryProvider
Provides injection of
Request entity value or Request instance
itself. |
(package private) class |
FormParamValueFactoryProvider
Value factory provider supporting the
FormParam injection annotation. |
(package private) class |
HeaderParamValueFactoryProvider
Value factory provider supporting the
@HeaderParam injection annotation. |
(package private) class |
MatrixParamValueFactoryProvider
Value factory provider supporting the
@MatrixParam injection annotation. |
(package private) class |
PathParamValueFactoryProvider
@PathParam injection value factory provider. |
(package private) class |
QueryParamValueFactoryProvider
Value factory provider supporting the
@QueryParam injection annotation. |
(package private) class |
WebTargetValueFactoryProvider
Value factory provider supporting the
Uri injection annotation. |
Modifier and Type | Field and Description |
---|---|
private com.google.common.base.Predicate<ValueFactoryProvider> |
ParamInjectionResolver.concreteValueFactoryClassFilter |
Constructor and Description |
---|
ParamInjectionResolver(java.lang.Class<? extends ValueFactoryProvider> valueFactoryProviderClass)
Initialize the base parameter injection resolver.
|
Modifier and Type | Method and Description |
---|---|
private static org.glassfish.hk2.api.Factory<?> |
ParameterValueHelper.getValueFactory(java.util.Collection<ValueFactoryProvider> valueFactoryProviders,
Parameter parameter) |