|
||||||||||
| 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 |
|---|
| Methods in org.glassfish.jersey.process.internal that return Inflector | |
|---|---|
Inflector<DATA,RESULT> |
Inflecting.inflector()
Get the inflector capable of transforming supplied data into a result. |
| Methods in org.glassfish.jersey.process.internal that return types with arguments of type Inflector | ||
|---|---|---|
Pair<Request,com.google.common.base.Optional<Inflector<Request,Response>>> |
RequestProcessor.apply(Request request)
Traverse through the nested request stages and apply request transformations until a terminal stage providing a request-to-response inflector
is reached. |
|
Pair<Request,com.google.common.base.Optional<Inflector<Request,Response>>> |
LinearRequestProcessor.apply(Request request)
Traverse through the nested request stages and apply request transformations until a terminal stage providing a request-to-response inflector
is reached. |
|
Pair<Request,com.google.common.base.Optional<Inflector<Request,Response>>> |
HierarchicalRequestProcessor.apply(Request request)
Traverse through the nested request stages and apply request transformations until a terminal stage providing a request-to-response inflector
is reached. |
|
static
|
Stages.extractInflector(java.lang.Object stage)
(Optionally) extracts an inflector from a processing stage,
provided the stage implements Inflecting interface. |
|
com.google.common.base.Optional<Inflector<Request,Response>> |
RequestProcessor.AcceptingContext.getInflector()
Get the (optional) request to response inflector. |
|
| Methods in org.glassfish.jersey.process.internal with parameters of type Inflector | |
|---|---|
static LinearAcceptor |
Stages.asLinearAcceptor(Inflector<Request,Response> inflector)
Creates a terminal LinearAcceptor that implements Inflecting
interface and returns the provided Inflector instance
when the Inflecting.inflector() method is called. |
static TreeAcceptor |
Stages.asTreeAcceptor(Inflector<Request,Response> inflector)
Creates a leaf-node TreeAcceptor that implements Inflecting
interface and returns the provided Inflector instance
when the Inflecting.inflector() method is called. |
void |
RequestProcessor.AcceptingContext.setInflector(Inflector<Request,Response> inflector)
Set the request to response inflector. |
| Method parameters in org.glassfish.jersey.process.internal with type arguments of type Inflector | |
|---|---|
void |
RequestProcessor.AcceptingContext.setInflector(com.google.common.base.Optional<Inflector<Request,Response>> inflector)
Set the request to response inflector optionally. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||