public class ReaderConfig extends Object
Modifier and Type | Method and Description |
---|---|
static org.apache.commons.beanutils.ConvertUtilsBean |
createConvertUtilsBean(boolean useDefaultValuesForPrimitiveTypes) |
org.apache.commons.beanutils.ConvertUtilsBean |
getConvertUtilsBean() |
static ReaderConfig |
getInstance() |
boolean |
isSkipErrors() |
boolean |
isUseDefaultValuesForPrimitiveTypes() |
void |
setSkipErrors(boolean skipErrors) |
void |
setUseDefaultValuesForPrimitiveTypes(boolean useDefaultValuesForPrimitiveTypes) |
public static org.apache.commons.beanutils.ConvertUtilsBean createConvertUtilsBean(boolean useDefaultValuesForPrimitiveTypes)
public org.apache.commons.beanutils.ConvertUtilsBean getConvertUtilsBean()
public static ReaderConfig getInstance()
public boolean isSkipErrors()
public void setSkipErrors(boolean skipErrors)
public boolean isUseDefaultValuesForPrimitiveTypes()
public void setUseDefaultValuesForPrimitiveTypes(boolean useDefaultValuesForPrimitiveTypes)
Copyright © 2019. All rights reserved.