Class MojetPolyLineMapper<T extends RecordVisitable>
java.lang.Object
pro.cyberyon.mojet.MojetPolyLineMapper<T>
- Type Parameters:
T- visitable pojo type
- All Implemented Interfaces:
org.springframework.batch.item.file.LineMapper<T>
public class MojetPolyLineMapper<T extends RecordVisitable>
extends Object
implements org.springframework.batch.item.file.LineMapper<T>
This mapper allow handling of multiple record type.
- Author:
- Guillaume CHAUVET
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMojetPolyLineMapper(Set<Class<? extends T>> pojos) Construct a new mapper whos can handle multiple visitable records -
Method Summary
-
Constructor Details
-
MojetPolyLineMapper
-
-
Method Details
-
mapLine
-