| Constructor and Description |
|---|
DefaultCasting() |
DefaultCasting(boolean errorLoggingEnabled) |
| Modifier and Type | Method and Description |
|---|---|
Object |
castValue(Field field,
String rawValue,
int row,
int col,
PoijiOptions options) |
List<DefaultCastingError> |
getErrors() |
protected Object |
getValueObject(Field field,
int row,
int col,
PoijiOptions options,
String rawValue,
Class<?> fieldType) |
boolean |
isErrorLoggingEnabled() |
public DefaultCasting()
public DefaultCasting(boolean errorLoggingEnabled)
public Object castValue(Field field, String rawValue, int row, int col, PoijiOptions options)
protected Object getValueObject(Field field, int row, int col, PoijiOptions options, String rawValue, Class<?> fieldType)
public boolean isErrorLoggingEnabled()
public List<DefaultCastingError> getErrors()
Copyright © 2017–2020. All rights reserved.