Package jadex.common.transformation
Interface IObjectStringConverter
public interface IObjectStringConverter
Interface for converters that convert an object to a string.
-
Method Summary
Modifier and TypeMethodDescriptionconvertObject
(Object val, Object context) Convert a value to a string type.
-
Method Details
-
convertObject
Convert a value to a string type.- Parameters:
val
- The value to convert.
-