Package | Description |
---|---|
org.glassfish.jersey.process.internal |
Common Jersey internal processing classes.
|
Modifier and Type | Method and Description |
---|---|
static <DATA> Stage.Builder<DATA> |
Stages.chain(ChainableStage<DATA> rootStage)
Start building a stage chain.
|
static <DATA> Stage.Builder<DATA> |
Stages.chain(Function<DATA,DATA> transformation)
Start building a stage chain.
|
Stage.Builder<DATA> |
Stage.Builder.to(ChainableStage<DATA> stage)
Add a new
chainable stage as a next stage to the
stage chain. |
Stage.Builder<DATA> |
Stage.Builder.to(Function<DATA,DATA> transformation)
Add a transformation function as a next stage to the stage chain.
|
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.