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 DefaultBeanIntrospector
in
-
Constructor Summary
Constructors Constructor Description BeanToHTMLMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
convertValue(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.Exception
Description copied from interface:IValueMapper
Convert a value.- Specified by:
convertValue
in interfaceIValueMapper
- Parameters:
result
- The value to convert.- Returns:
- The converted value.
- Throws:
java.lang.Exception
-
-