Class BeanToHTMLMapper
- java.lang.Object
- 
- jadex.webservice.examples.rs.banking.BeanToHTMLMapper
 
- 
- All Implemented Interfaces:
- IValueMapper
 
 public class BeanToHTMLMapper extends java.lang.Object implements IValueMapper 
- 
- 
Field SummaryFields Modifier and Type Field Description protected static DefaultBeanIntrospectorin
 - 
Constructor SummaryConstructors Constructor Description BeanToHTMLMapper()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectconvertValue(java.lang.Object result)Convert a value.
 
- 
- 
- 
Field Detail- 
inprotected static final DefaultBeanIntrospector in 
 
- 
 - 
Method Detail- 
convertValuepublic java.lang.Object convertValue(java.lang.Object result) throws java.lang.ExceptionDescription copied from interface:IValueMapperConvert a value.- Specified by:
- convertValuein interface- IValueMapper
- Parameters:
- result- The value to convert.
- Returns:
- The converted value.
- Throws:
- java.lang.Exception
 
 
- 
 
-