public final class CompositeBiJoiner<A,B> extends AbstractBiJoiner<A,B>
| Constructor and Description |
|---|
CompositeBiJoiner(List<SingleBiJoiner<A,B>> joinerList) |
| Modifier and Type | Method and Description |
|---|---|
List<SingleBiJoiner<A,B>> |
getJoinerList() |
JoinerType[] |
getJoinerTypes() |
Function<A,Object[]> |
getLeftCombinedMapping() |
Function<A,Object> |
getLeftMapping(int joinerId) |
Function<B,Object[]> |
getRightCombinedMapping() |
Function<B,Object> |
getRightMapping(int joinerId) |
mergepublic CompositeBiJoiner(List<SingleBiJoiner<A,B>> joinerList)
public List<SingleBiJoiner<A,B>> getJoinerList()
public Function<A,Object> getLeftMapping(int joinerId)
getLeftMapping in class AbstractBiJoiner<A,B>public Function<A,Object[]> getLeftCombinedMapping()
getLeftCombinedMapping in class AbstractBiJoiner<A,B>public JoinerType[] getJoinerTypes()
getJoinerTypes in class AbstractJoinerpublic Function<B,Object> getRightMapping(int joinerId)
getRightMapping in class AbstractBiJoiner<A,B>public Function<B,Object[]> getRightCombinedMapping()
getRightCombinedMapping in class AbstractBiJoiner<A,B>Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.