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
 Object toJava(JSONValue aValue, Class aRequestedClass)
           
 JSONValue toJSON(Object aPojo)
           
 
Methods inherited from interface com.sdicons.json.helper.Helper
getHelpedClass
 

Method Detail

toJava

Object toJava(JSONValue aValue,
              Class aRequestedClass)
              throws MapperException
Throws:
MapperException

toJSON

JSONValue toJSON(Object aPojo)
                 throws MapperException
Throws:
MapperException


Copyright © 2011. All Rights Reserved.