Package | Description |
---|---|
org.glassfish.jersey.server.internal.inject |
Jersey server-side JAX-RS injection support classes.
|
Modifier and Type | Class and Description |
---|---|
(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 |
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. |