Class LineMapperFactory


  • public class LineMapperFactory
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> org.springframework.batch.item.file.LineMapper<T> crear​(java.lang.Class<T> clase, java.lang.String... nombresAtributos)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LineMapperFactory

        public LineMapperFactory()
    • Method Detail

      • crear

        public static <T> org.springframework.batch.item.file.LineMapper<T> crear​(java.lang.Class<T> clase,
                                                                                  java.lang.String... nombresAtributos)