|
||||||||||
| 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 |
FilteringInflector
|
class |
RequestInvoker
Request invoker is the main request to response processing entry point. |
| 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<javax.ws.rs.core.Request,com.google.common.base.Optional<Inflector<javax.ws.rs.core.Request,javax.ws.rs.core.Response>>> |
HierarchicalRequestProcessor.apply(javax.ws.rs.core.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<javax.ws.rs.core.Request,com.google.common.base.Optional<Inflector<javax.ws.rs.core.Request,javax.ws.rs.core.Response>>> |
RequestProcessor.apply(javax.ws.rs.core.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<javax.ws.rs.core.Request,com.google.common.base.Optional<Inflector<javax.ws.rs.core.Request,javax.ws.rs.core.Response>>> |
LinearRequestProcessor.apply(javax.ws.rs.core.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(Stage<DATA,?> stage)
(Optionally) extracts an inflector from a stage,
provided the stage implements Inflecting interface. |
|
| Methods in org.glassfish.jersey.process.internal with parameters of type Inflector | |
|---|---|
static LinearAcceptor |
Stages.asLinearAcceptor(Inflector<javax.ws.rs.core.Request,javax.ws.rs.core.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<javax.ws.rs.core.Request,javax.ws.rs.core.Response> inflector)
Creates a leaf-node TreeAcceptor that implements Inflecting
interface and returns the provided Inflector instance
when the Inflecting.inflector() method is called. |
FilteringInflector |
FilteringInflector.Builder.build(Inflector<javax.ws.rs.core.Request,javax.ws.rs.core.Response> wrapped)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||