public class ListConcatTransformer extends JoinTransformer<List>
for parent definitionfilter, processors| Constructor and Description |
|---|
ListConcatTransformer() |
ListConcatTransformer(List processors) |
| Modifier and Type | Method and Description |
|---|---|
protected List |
join(List result,
Object transformedInput)
Join results of type T
|
cleanDangligngDelimets, getFilter, getProcessors, joinDelimet, setFilter, setProcessors, transformclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplypublic ListConcatTransformer()
public ListConcatTransformer(List processors)
protected List join(List result, Object transformedInput) throws ContinueProcessingException
join in class JoinTransformer<List>result - as JoinTransformer.processors as a result of a previous JoinTransformer.join(Object, Object) or input.transformedInput - as Object of type T that maybe a literal from the JoinTransformer.processors or as a result of transformation from a processor that acts on the main input
ContinueProcessingException - if we want to ignore the call with the param and continue with the mail processing loop in JoinTransformer.transform(Object)Copyright © 2018. All rights reserved.