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