com.sdicons.json.mapper.helper.impl
Class AbstractMapper

java.lang.Object
  extended by com.sdicons.json.mapper.helper.impl.AbstractMapper
All Implemented Interfaces:
Helper, SimpleMapperHelper
Direct Known Subclasses:
CharacterMapper, DateMapper, EnumMapper, StringMapper

public abstract class AbstractMapper
extends Object
implements SimpleMapperHelper


Constructor Summary
AbstractMapper()
           
 
Method Summary
 JSONValue toJSON(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.mapper.helper.SimpleMapperHelper
toJava
 
Methods inherited from interface com.sdicons.json.helper.Helper
getHelpedClass
 

Constructor Detail

AbstractMapper

public AbstractMapper()
Method Detail

toJSON

public JSONValue toJSON(Object aPojo)
                 throws MapperException
Specified by:
toJSON in interface SimpleMapperHelper
Throws:
MapperException


Copyright © 2011. All Rights Reserved.