org.iqual.chaplin.composite.aggr
Class Concat

java.lang.Object
  extended by org.iqual.chaplin.composite.AggregatorImpl
      extended by org.iqual.chaplin.composite.AbstractAggregator
          extended by org.iqual.chaplin.composite.aggr.Concat
All Implemented Interfaces:
ComponentAggregator, ReturnAggregator

public class Concat
extends AbstractAggregator

Since:
Apr 3, 2009 10:34:19 PM
Author:
Zbynek Slajchrt

Constructor Summary
Concat()
           
Concat(String methodName, Class... argTypes)
           
 
Method Summary
protected  Object aggregateComponents_(Class fieldType, List<Object> components)
           
protected  Object aggregateReturnValues_(Class returnType, List<Object> values)
           
 
Methods inherited from class org.iqual.chaplin.composite.AbstractAggregator
aggregateComponents, aggregateReturnValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Concat

public Concat(String methodName,
              Class... argTypes)

Concat

public Concat()
Method Detail

aggregateReturnValues_

protected Object aggregateReturnValues_(Class returnType,
                                        List<Object> values)
                                 throws Exception
Specified by:
aggregateReturnValues_ in class AbstractAggregator
Throws:
Exception

aggregateComponents_

protected Object aggregateComponents_(Class fieldType,
                                      List<Object> components)
Specified by:
aggregateComponents_ in class AbstractAggregator


Copyright © 2009 iquality.org. All Rights Reserved.