org.activiti.engine.impl.juel
接口 TypeConverter
- 所有超级接口:
- Serializable
- 所有已知实现类:
- Bindings, TypeConverterImpl
public interface TypeConverter
- extends Serializable
方法摘要 |
|
convert(Object value,
Class<T> type)
Convert the given input value to the specified target type. |
DEFAULT
static final TypeConverter DEFAULT
- Default conversions as from JSR245.
convert
<T> T convert(Object value,
Class<T> type)
throws ELException
- Convert the given input value to the specified target type.
- 参数:
value
- input valuetype
- target type
- 返回:
- conversion result
- 抛出:
ELException
Copyright © 2013 Alfresco. All rights reserved.