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 Summary
Fields Modifier and Type Field Description protected static DefaultBeanIntrospectorin
-
Constructor Summary
Constructors Constructor Description BeanToHTMLMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectconvertValue(java.lang.Object result)Convert a value.
-
-
-
Field Detail
-
in
protected static final DefaultBeanIntrospector in
-
-
Method Detail
-
convertValue
public java.lang.Object convertValue(java.lang.Object result) throws java.lang.ExceptionDescription copied from interface:IValueMapperConvert a value.- Specified by:
convertValuein interfaceIValueMapper- Parameters:
result- The value to convert.- Returns:
- The converted value.
- Throws:
java.lang.Exception
-
-