com.sdicons.json.mapper.helper
Interface ComplexMapperHelper

All Superinterfaces:
Helper, SimpleMapperHelper
All Known Implementing Classes:
CollectionMapper, MapMapper

public interface ComplexMapperHelper
extends SimpleMapperHelper


Method Summary
 Object toJava(JSONValue aValue, Class aRequestedClass, Type[] aTypes)
           
 JSONValue toJSON(Object aPojo)
           
 
Methods inherited from interface com.sdicons.json.mapper.helper.SimpleMapperHelper
toJava
 
Methods inherited from interface com.sdicons.json.helper.Helper
getHelpedClass
 

Method Detail

toJava

Object toJava(JSONValue aValue,
              Class aRequestedClass,
              Type[] aTypes)
              throws MapperException
Throws:
MapperException

toJSON

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


Copyright © 2011. All Rights Reserved.