| Package | Description |
|---|---|
| javax.ws.rs.ext |
APIs that provide extensions to the types supported by the API.
|
| org.glassfish.jersey |
Common Jersey core classes.
|
| org.glassfish.jersey.message.internal |
Common Jersey internal messaging classes.
|
| org.glassfish.jersey.server.internal |
Jersey server-side internal classes.
|
| org.glassfish.jersey.spi |
Common Jersey service provider contract (SPI) classes.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ReaderInterceptor.aroundReadFrom(ReaderInterceptorContext context)
|
| Modifier and Type | Method and Description |
|---|---|
static InjectionManager |
InjectionManagerProvider.getInjectionManager(ReaderInterceptorContext readerInterceptorContext)
Extract and return injection manager from
readerInterceptorContext. |
| Modifier and Type | Class and Description |
|---|---|
class |
ReaderInterceptorExecutor
Represents reader interceptor chain executor for both client and server side.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
MappableExceptionWrapperInterceptor.aroundReadFrom(ReaderInterceptorContext context) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ContentEncoder.aroundReadFrom(ReaderInterceptorContext context) |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.