Class AbstractMapper
- java.lang.Object
-
- com.sdicons.json.mapper.helper.impl.AbstractMapper
-
- All Implemented Interfaces:
Helper
,SimpleMapperHelper
- Direct Known Subclasses:
CharacterMapper
,DateMapper
,EnumMapper
,StringMapper
public abstract class AbstractMapper extends java.lang.Object implements SimpleMapperHelper
-
-
Constructor Summary
Constructors Constructor Description AbstractMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JSONValue
toJSON(java.lang.Object aPojo)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.sdicons.json.helper.Helper
getHelpedClass
-
Methods inherited from interface com.sdicons.json.mapper.helper.SimpleMapperHelper
toJava
-
-
-
-
Method Detail
-
toJSON
public JSONValue toJSON(java.lang.Object aPojo) throws MapperException
- Specified by:
toJSON
in interfaceSimpleMapperHelper
- Throws:
MapperException
-
-