Package com.sdicons.json.mapper.helper
Interface ComplexMapperHelper
-
- All Superinterfaces:
Helper
,SimpleMapperHelper
- All Known Implementing Classes:
CollectionMapper
,MapMapper
public interface ComplexMapperHelper extends SimpleMapperHelper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
toJava(JSONValue aValue, java.lang.Class aRequestedClass, java.lang.reflect.Type[] aTypes)
JSONValue
toJSON(java.lang.Object aPojo)
-
Methods inherited from interface com.sdicons.json.helper.Helper
getHelpedClass
-
Methods inherited from interface com.sdicons.json.mapper.helper.SimpleMapperHelper
toJava
-
-
-
-
Method Detail
-
toJava
java.lang.Object toJava(JSONValue aValue, java.lang.Class aRequestedClass, java.lang.reflect.Type[] aTypes) throws MapperException
- Throws:
MapperException
-
toJSON
JSONValue toJSON(java.lang.Object aPojo) throws MapperException
- Specified by:
toJSON
in interfaceSimpleMapperHelper
- Throws:
MapperException
-
-