Package com.sdicons.json.mapper.helper
Interface SimpleMapperHelper
-
- All Superinterfaces:
Helper
- All Known Subinterfaces:
ComplexMapperHelper
- All Known Implementing Classes:
AbstractMapper,ArrayMapper,BigDecimalMapper,BigIntegerMapper,BooleanMapper,ByteMapper,CharacterMapper,CollectionMapper,DateMapper,DoubleMapper,EnumMapper,FloatMapper,IntegerMapper,LongMapper,MapMapper,ObjectMapper,ObjectMapperDirect,ShortMapper,StringMapper
public interface SimpleMapperHelper extends Helper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjecttoJava(JSONValue aValue, java.lang.Class aRequestedClass)JSONValuetoJSON(java.lang.Object aPojo)-
Methods inherited from interface com.sdicons.json.helper.Helper
getHelpedClass
-
-
-
-
Method Detail
-
toJava
java.lang.Object toJava(JSONValue aValue, java.lang.Class aRequestedClass) throws MapperException
- Throws:
MapperException
-
toJSON
JSONValue toJSON(java.lang.Object aPojo) throws MapperException
- Throws:
MapperException
-
-