org.activiti.engine.impl.juel
接口 TypeConverter

所有超级接口:
Serializable
所有已知实现类:
Bindings, TypeConverterImpl

public interface TypeConverter
extends Serializable


字段摘要
static TypeConverter DEFAULT
          Default conversions as from JSR245.
 
方法摘要
<T> T
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 value
type - target type
返回:
conversion result
抛出:
ELException


Copyright © 2013 Alfresco. All rights reserved.