public class NativeResponseMapper
extends java.lang.Object
implements jadex.extension.rs.publish.mapper.IValueMapper
| Constructor and Description |
|---|
NativeResponseMapper() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
convertValue(java.lang.Object value)
Convert a value.
|
protected java.lang.Object |
extractContent(java.lang.Object value)
Prestep for extracting the content of a value.
|
protected boolean |
isProduction()
Test if is in debug mode.
|
public java.lang.Object convertValue(java.lang.Object value)
throws java.lang.Exception
convertValue in interface jadex.extension.rs.publish.mapper.IValueMappervalue - The value to convert.java.lang.Exceptionprotected java.lang.Object extractContent(java.lang.Object value)
protected boolean isProduction()