public class IntermediateResultMapperBehavior extends Object implements MapperBehavior
Mapper
is used to produce a result capable of being consumed by other Mapper
s; defined
by {getResultName()
.
Mapper
exhibits this behavior, and it does not define a Mapper.getFieldName()
then the result is mapped to an intermediate variable.Constructor and Description |
---|
IntermediateResultMapperBehavior() |
IntermediateResultMapperBehavior(String resultName) |
Modifier and Type | Method and Description |
---|---|
String |
getResultName()
Other
Mapper s that use an IntermediateResultMapperBehavior result can refer to the result object (in the scope of the current iteration for the record); by this name
Note: nulls will not be kept in the intermediate result map |
void |
setResultName(String resultName)
Other
Mapper s that use an IntermediateResultMapperBehavior result can refer to the result object (in the scope of the current iteration for the record); by this name
Note: nulls will not be kept in the intermediate result map |
public IntermediateResultMapperBehavior()
public IntermediateResultMapperBehavior(String resultName)
public String getResultName()
Mapper
s that use an IntermediateResultMapperBehavior
result can refer to the result object (in the scope of the current iteration for the record); by this name
public void setResultName(String resultName)
Mapper
s that use an IntermediateResultMapperBehavior
result can refer to the result object (in the scope of the current iteration for the record); by this name
Copyright © 2018. All rights reserved.