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