Class Stages.InflectingStage<DATA,RESULT>
java.lang.Object
org.glassfish.jersey.process.internal.Stages.InflectingStage<DATA,RESULT>
- All Implemented Interfaces:
Inflecting<DATA,
,RESULT> Stage<DATA>
- Enclosing class:
- Stages
private static class Stages.InflectingStage<DATA,RESULT>
extends Object
implements Stage<DATA>, Inflecting<DATA,RESULT>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.glassfish.jersey.process.internal.Stage
Stage.Builder<DATA>, Stage.Continuation<DATA>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionPerforms a data processing task and returns the processed data together with aprocessing continuation
.Get the inflector capable of transforming supplied data into a result.
-
Field Details
-
inflector
-
-
Constructor Details
-
InflectingStage
-
-
Method Details
-
inflector
Description copied from interface:Inflecting
Get the inflector capable of transforming supplied data into a result.- Specified by:
inflector
in interfaceInflecting<DATA,
RESULT> - Returns:
- data to result transformation.
-
apply
Description copied from interface:Stage
Performs a data processing task and returns the processed data together with aprocessing continuation
.
-