Class BeanProcessor<T>

    • Constructor Detail

      • BeanProcessor

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