org.camunda.bpm.engine.impl.juel
Interface TypeConverter
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- Bindings, TypeConverterImpl
public interface TypeConverter
- extends Serializable
|
Method Summary |
|
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.
- Parameters:
value - input valuetype - target type
- Returns:
- conversion result
- Throws:
ELException
Copyright © 2017 camunda services GmbH. All rights reserved.