public class ScalarValueConversion extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ScalarValueConversion() |
| Modifier and Type | Method and Description |
|---|---|
Object |
convert(Object value,
Class<?> desiredType) |
List<?> |
convertList(Object value,
Class<?> desiredType) |
protected void |
init() |
static ScalarValueConversion |
theInstance() |
public static ScalarValueConversion theInstance()
protected void init()
public Object convert(Object value, Class<?> desiredType) throws org.apache.commons.beanutils.ConversionException
org.apache.commons.beanutils.ConversionExceptionCopyright © 2022. All rights reserved.