|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Inflector | |
|---|---|
| org.glassfish.jersey.process.internal | Common Jersey internal processing classes. |
| Uses of Inflector in org.glassfish.jersey.process.internal |
|---|
| Classes in org.glassfish.jersey.process.internal that implement Inflector | |
|---|---|
class |
AsyncInflectorAdapter<REQUEST,RESPONSE>
Suspendable, asynchronous Request to Response inflector adapter
that provides implementation of the request suspend/resume capabilities of the
invocation context and returns
a listenable response future instead of a plain response
object. |
| Methods in org.glassfish.jersey.process.internal that return Inflector | ||
|---|---|---|
static
|
Stages.extractInflector(java.lang.Object stage)
(Optionally) extracts an inflector from a processing stage,
provided the stage implements Inflecting interface. |
|
Inflector<DATA,RESULT> |
TransformableData.inflector()
Get the inflector transforming the data to the result. |
|
Inflector<DATA,RESULT> |
Inflecting.inflector()
Get the inflector capable of transforming supplied data into a result. |
|
| Methods in org.glassfish.jersey.process.internal with parameters of type Inflector | ||
|---|---|---|
static
|
Stages.asStage(Inflector<DATA,RESULT> inflector)
Creates a terminal Stage that implements Inflecting
interface and returns the provided Inflector instance
when the Inflecting.inflector() method is called. |
|
AsyncInflectorAdapter<REQUEST,RESPONSE> |
AsyncInflectorAdapter.Builder.create(Inflector<REQUEST,RESPONSE> wrapped,
InvocationCallback<RESPONSE> callback)
Create a new asynchronous inflector adapter for an inflector. |
|
static
|
TransformableData.of(REQUEST data,
Inflector<REQUEST,RESPONSE> inflector)
Create a new transformable data with an inflector instance. |
|
| Constructors in org.glassfish.jersey.process.internal with parameters of type Inflector | |
|---|---|
AsyncInflectorAdapter(Inflector<REQUEST,RESPONSE> wrapped,
InvocationCallback<RESPONSE> callback)
Construct and initialize asynchronous inflector adapter for an inflector. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||