Class LongMapper
- java.lang.Object
-
- com.sdicons.json.mapper.helper.impl.LongMapper
-
- All Implemented Interfaces:
Helper
,SimpleMapperHelper
public class LongMapper extends java.lang.Object implements SimpleMapperHelper
-
-
Constructor Summary
Constructors Constructor Description LongMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class
getHelpedClass()
java.lang.Object
toJava(JSONValue aValue, java.lang.Class aRequestedClass)
JSONValue
toJSON(java.lang.Object aPojo)
-
-
-
Method Detail
-
getHelpedClass
public java.lang.Class getHelpedClass()
- Specified by:
getHelpedClass
in interfaceHelper
-
toJava
public java.lang.Object toJava(JSONValue aValue, java.lang.Class aRequestedClass) throws MapperException
- Specified by:
toJava
in interfaceSimpleMapperHelper
- Throws:
MapperException
-
toJSON
public JSONValue toJSON(java.lang.Object aPojo) throws MapperException
- Specified by:
toJSON
in interfaceSimpleMapperHelper
- Throws:
MapperException
-
-