public class CsvMapperCellHandlerBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CELL_HANDLER_FACTORY_TYPE |
static String |
CELL_SETTER_TYPE |
static String |
CSV_CELL_MAPPER_TYPE |
static String |
DELAYED_CELL_SETTER_TYPE |
| Constructor and Description |
|---|
CsvMapperCellHandlerBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static <T> byte[] |
createTargetSetterClass(String className,
DelayedCellSetterFactory<T,?>[] delayedCellSetters,
CellSetter<T>[] setters,
Type type,
boolean ignoreException,
int maxMethodSize) |
static byte[] |
createTargetSetterFactory(String factoryName,
String className,
Type target) |
public static final String DELAYED_CELL_SETTER_TYPE
public static final String CELL_SETTER_TYPE
public static final String CSV_CELL_MAPPER_TYPE
public static final String CELL_HANDLER_FACTORY_TYPE
public static <T> byte[] createTargetSetterClass(String className, DelayedCellSetterFactory<T,?>[] delayedCellSetters, CellSetter<T>[] setters, Type type, boolean ignoreException, int maxMethodSize) throws Exception
ExceptionCopyright © 2016. All rights reserved.