Package com.github.jamesross03.pop_parser.utils
package com.github.jamesross03.pop_parser.utils
Package containing a number of Objects and abstract classes used by
RecordParser
.-
ClassesClassDescriptionAbstract class representing a record.RecordFactory<T extends Record>Abstract factory class for making objects of
Record
subclassT
from a line of CSV input.Abstract class representing a format of record input.