public static class PageFieldsToInputParametersRewriter.Result extends Object
| Constructor and Description |
|---|
Result(RowExpression rewrittenExpression,
InputChannels inputChannels) |
| Modifier and Type | Method and Description |
|---|---|
InputChannels |
getInputChannels() |
RowExpression |
getRewrittenExpression() |
public Result(RowExpression rewrittenExpression, InputChannels inputChannels)
public RowExpression getRewrittenExpression()
public InputChannels getInputChannels()
Copyright © 2012–2019. All rights reserved.