public interface TypeConverter extends Serializable
| Modifier and Type | Field and Description |
|---|---|
static TypeConverter |
DEFAULT
Default conversions as from JSR245.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
convert(Object value,
Class<T> type)
Convert the given input value to the specified target type.
|
static final TypeConverter DEFAULT
<T> T convert(Object value, Class<T> type) throws ELException
value - input valuetype - target typeELExceptionCopyright © 2016 Alfresco. All rights reserved.