Class MojetLineAggregator<T>
java.lang.Object
pro.cyberyon.mojet.MojetLineAggregator<T>
- Type Parameters:
T- pojo type
- All Implemented Interfaces:
org.springframework.batch.item.file.transform.LineAggregator<T>
public class MojetLineAggregator<T>
extends Object
implements org.springframework.batch.item.file.transform.LineAggregator<T>
This class allow to write type as a line of characters.
- Author:
- Guillaume CHAUVET
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMojetLineAggregator(Class<T> type) Construct a new pojoLineAggregatorinstanceMojetLineAggregator(NodesBuilder builder, Class<T> type) Construct a new pojoLineAggregatorinstance -
Method Summary
-
Field Details
-
root
The pojo class type
-
-
Constructor Details
-
MojetLineAggregator
-
MojetLineAggregator
Construct a new pojoLineAggregatorinstance- Parameters:
builder- the node builder instance to usetype- the bean type to manage
-
-
Method Details
-
aggregate
-