Uses of Interface
org.glassfish.jersey.process.internal.Stage.Builder
Package
Description
Common Jersey internal processing classes.
-
Uses of Stage.Builder in org.glassfish.jersey.process.internal
Modifier and TypeMethodDescriptionstatic <DATA> Stage.Builder<DATA>
Start building a stage chain.static <DATA> Stage.Builder<DATA>
Stages.chain
(ChainableStage<DATA> rootStage) Start building a stage chain.Add a transformation function as a next stage to the stage chain.Stage.Builder.to
(ChainableStage<DATA> stage) Add a newchainable stage
as a next stage to the stage chain.