public interface TypeConverter
extends java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static TypeConverter |
DEFAULT
Default conversions as from JSR245.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
convert(java.lang.Object value,
java.lang.Class<T> type)
Convert the given input value to the specified target type.
|
static final TypeConverter DEFAULT
<T> T convert(java.lang.Object value, java.lang.Class<T> type) throws ELException
value
- input valuetype
- target typeELException