Package jadex.common.transformation
Interface IStringObjectConverter
public interface IStringObjectConverter
Type converter for converting a string to another type.
-
Method Summary
Modifier and TypeMethodDescriptionconvertString
(String val, Object context) Convert a string value to another type.
-
Method Details
-
convertString
Convert a string value to another type.- Parameters:
val
- The value to convert.- Throws:
Exception
-