Uses of Class
com.sdicons.json.mapper.MapperException

Packages that use MapperException
com.sdicons.json.mapper   
com.sdicons.json.mapper.helper   
com.sdicons.json.mapper.helper.impl   
 

Uses of MapperException in com.sdicons.json.mapper
 

Methods in com.sdicons.json.mapper that throw MapperException
static Object JSONMapper.toJava(JSONValue aValue)
          Map a JSON representation to a Java object.
static Object JSONMapper.toJava(JSONValue aValue, Class aPojoClass)
          Map a JSON representation to a Java object.
static Object JSONMapper.toJava(JSONValue aValue, ParameterizedType aGenericType)
          Map a JSON representation to a Java object.
static JSONValue JSONMapper.toJSON(Object aPojo)
          Map a POJO to the JSON representation.
 

Uses of MapperException in com.sdicons.json.mapper.helper
 

Methods in com.sdicons.json.mapper.helper that throw MapperException
 Object SimpleMapperHelper.toJava(JSONValue aValue, Class aRequestedClass)
           
 Object ComplexMapperHelper.toJava(JSONValue aValue, Class aRequestedClass, Type[] aTypes)
           
 JSONValue ComplexMapperHelper.toJSON(Object aPojo)
           
 JSONValue SimpleMapperHelper.toJSON(Object aPojo)
           
 

Uses of MapperException in com.sdicons.json.mapper.helper.impl
 

Methods in com.sdicons.json.mapper.helper.impl that throw MapperException
static Date DateMapper.fromISO8601(String timestampString)
           
static Date DateMapper.fromISO8601(String timestampString, boolean timezoneIgnored)
           
protected  com.sdicons.json.mapper.helper.impl.ObjectMapperDirect.AnnotatedMethods ObjectMapperDirect.getAnnotatedMethods(Class aClass)
           
 Object ArrayMapper.toJava(JSONValue aValue, Class aRequestedClass)
           
 Object FloatMapper.toJava(JSONValue aValue, Class aRequestedClass)
           
 Object DoubleMapper.toJava(JSONValue aValue, Class aRequestedClass)
           
 Object ByteMapper.toJava(JSONValue aValue, Class aRequestedClass)
           
 Object BooleanMapper.toJava(JSONValue aValue, Class aRequestedClass)
           
 Object EnumMapper.toJava(JSONValue aValue, Class aRequestedClass)
           
 Object ShortMapper.toJava(JSONValue aValue, Class aRequestedClass)
           
 Object ObjectMapperDirect.toJava(JSONValue aValue, Class aRequestedClass)
           
 Object StringMapper.toJava(JSONValue aValue, Class aRequestedClass)
           
 Object ObjectMapper.toJava(JSONValue aValue, Class aRequestedClass)
           
 Object CollectionMapper.toJava(JSONValue aValue, Class aRequestedClass)
           
 Object LongMapper.toJava(JSONValue aValue, Class aRequestedClass)
           
 Object DateMapper.toJava(JSONValue aValue, Class aRequestedClass)
           
 Object BigIntegerMapper.toJava(JSONValue aValue, Class aRequestedClass)
           
 Object MapMapper.toJava(JSONValue aValue, Class aRequestedClass)
           
 Object IntegerMapper.toJava(JSONValue aValue, Class aRequestedClass)
           
 Object BigDecimalMapper.toJava(JSONValue aValue, Class aRequestedClass)
           
 Object CharacterMapper.toJava(JSONValue aValue, Class aRequestedClass)
           
 Object CollectionMapper.toJava(JSONValue aValue, Class aRawClass, Type[] aTypes)
           
 Object MapMapper.toJava(JSONValue aValue, Class aRawClass, Type[] aTypes)
           
 JSONValue AbstractMapper.toJSON(Object aPojo)
           
 JSONValue ArrayMapper.toJSON(Object aObj)
           
 JSONValue FloatMapper.toJSON(Object aPojo)
           
 JSONValue DoubleMapper.toJSON(Object aPojo)
           
 JSONValue ByteMapper.toJSON(Object aPojo)
           
 JSONValue BooleanMapper.toJSON(Object aPojo)
           
 JSONValue ShortMapper.toJSON(Object aPojo)
           
 JSONValue ObjectMapperDirect.toJSON(Object aPojo)
           
 JSONValue ObjectMapper.toJSON(Object aPojo)
           
 JSONValue CollectionMapper.toJSON(Object aPojo)
           
 JSONValue LongMapper.toJSON(Object aPojo)
           
 JSONValue DateMapper.toJSON(Object aPojo)
           
 JSONValue BigIntegerMapper.toJSON(Object aPojo)
           
 JSONValue MapMapper.toJSON(Object aPojo)
           
 JSONValue IntegerMapper.toJSON(Object aPojo)
           
 JSONValue BigDecimalMapper.toJSON(Object aPojo)
           
 



Copyright © 2011. All Rights Reserved.