Package jadex.xml
Interface IObjectObjectConverter
- 
 public interface IObjectObjectConverterInterface for converters that convert an object to another object.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectconvertObject(java.lang.Object val, IContext context)Convert an object to another object.
 
- 
- 
- 
Method Detail- 
convertObjectjava.lang.Object convertObject(java.lang.Object val, IContext context) throws java.lang.ExceptionConvert an object to another object.- Parameters:
- val- The value to convert.
- Throws:
- java.lang.Exception
 
 
- 
 
-