Class BeanListProcessor<T>

    • Constructor Detail

      • BeanListProcessor

        public BeanListProcessor​(java.lang.Class<T> beanType)
        Creates a processor that stores java beans of a given type into a list
        Parameters:
        beanType - the class with its attributes mapped to fields of records parsed by an AbstractParser or written by an AbstractWriter.