public class IntermediateResultMapperBehavior extends Object implements MapperBehavior
Mapper is used to produce a result capable of being consumed by other Mappers; 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
Mappers 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
Mappers 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()
Mappers 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)
Mappers 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.