Uses of Interface
org.glassfish.jersey.process.Inflector

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
<DATA,RESULT,T extends Inflector<DATA,RESULT>>
T
Stages.extractInflector(Object stage)
          (Optionally) extracts an inflector from a processing stage, provided the stage implements Inflecting interface.
static
<DATA,RESULT,T extends Inflector<DATA,RESULT>>
DATA
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
<DATA,RESULT>
Stage<DATA>
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.
 



Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.