Overview of sfm-converter modules
masterThe sfm-converter module provides a suite of tools for data transformation and mapping, including:
- CSV Processing: Includes a
CsvParser,CsvMapper, andCsvWriterfor handling delimited text files. - JDBC Mapping: Includes a
JdbcMapperfor mapping database results to objects,Jdbc Crudfor basic database operations, and support forNamed Queryexecution. - Core Utilities: Provides the underlying code for reflection and ASM (bytecode) generation, as well as abstractions for creating
parameterGetterMappull-based mappings.