Class MojetLineMapper<T>
java.lang.Object
pro.cyberyon.mojet.MojetLineMapper<T>
- Type Parameters:
T- pojo type
- All Implemented Interfaces:
org.springframework.batch.item.file.LineMapper<T>
public class MojetLineMapper<T>
extends Object
implements org.springframework.batch.item.file.LineMapper<T>
MojetLineMapper is an implementation of LineMapper that uses a POJO type to
map data that are annotated.
- Author:
- Guillaume CHAUVET
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMojetLineMapper(Class<T> targetType) Construct a new pojoLineMapperinstanceMojetLineMapper(NodesBuilder builder, Class<T> targetType) Construct a new pojoLineMapperinstance -
Method Summary
-
Field Details
-
root
The pojo class type
-
-
Constructor Details
-
MojetLineMapper
-
MojetLineMapper
Construct a new pojoLineMapperinstance- Parameters:
builder- the node builder instance to usetargetType- the bean type to manage
-
-
Method Details
-
mapLine
-