Class JoinMapper<INPUT,ATTRIBUTE extends ExcelAttribute>
java.lang.Object
com.hybris.backoffice.excel.template.mapper.JoinMapper<INPUT,ATTRIBUTE>
- Type Parameters:
INPUT- type of input of the mapperATTRIBUTE- type of output of the mapper
- All Implemented Interfaces:
ExcelMapper<INPUT,,ATTRIBUTE> Function<INPUT,Collection<ATTRIBUTE>>
public class JoinMapper<INPUT,ATTRIBUTE extends ExcelAttribute>
extends Object
implements ExcelMapper<INPUT,ATTRIBUTE>
Join results of two mappers and return union collections.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetMapper1(ExcelMapper<INPUT, ATTRIBUTE> mapper1) voidsetMapper2(ExcelMapper<INPUT, ATTRIBUTE> mapper2) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hybris.backoffice.excel.template.mapper.ExcelMapper
filter
-
Constructor Details
-
JoinMapper
public JoinMapper()
-
-
Method Details
-
apply
- Specified by:
applyin interfaceFunction<INPUT,ATTRIBUTE extends ExcelAttribute>
-
setMapper1
-
setMapper2
-