public class ScriptConverterForObjects extends org.databene.commons.converter.ConverterWrapper<String,Object> implements org.databene.commons.Converter<Object,Object>
Converter can recognize and resolve script expressions in String values,
forwarding values of other Java type 'as is'.
Created: 07.08.2011 08:27:27| Constructor and Description |
|---|
ScriptConverterForObjects(org.databene.commons.Context context) |
| Modifier and Type | Method and Description |
|---|---|
Object |
convert(Object sourceValue) |
Class<Object> |
getSourceType() |
Class<Object> |
getTargetType() |
clone, isParallelizable, isThreadSafeCopyright © 2006–2016 Volker Bergmann. All rights reserved.