|
||||||||||
| 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 with type parameters of type Inflector | ||
|---|---|---|
static
|
Stages.extractInflector(Object stage)
(Optionally) extracts an inflector from a processing stage,
provided the stage implements Inflecting interface. |
|
static
|
Stages.process(DATA data,
Stage<DATA> rootStage,
Ref<T> inflectorRef)
Run the data through a chain of stages identified by the root stage. |
|
| 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 with parameters of type Inflector | ||
|---|---|---|
static
|
Stages.asStage(Inflector<DATA,RESULT> inflector)
Creates a terminal Stages.LinkedStage that implements Inflecting
interface and returns the provided Inflector instance
when the Inflecting.inflector() method is called. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||