Uses of Class
com.sdicons.json.mapper.MapperException
Packages that use MapperException
Package
Description
-
Uses of MapperException in com.sdicons.json.mapper
Methods in com.sdicons.json.mapper that throw MapperExceptionModifier and TypeMethodDescriptionstatic Object
Map a JSON representation to a Java object.static Object
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
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 MapperExceptionModifier and TypeMethodDescription -
Uses of MapperException in com.sdicons.json.mapper.helper.impl
Methods in com.sdicons.json.mapper.helper.impl that throw MapperExceptionModifier and TypeMethodDescriptionstatic Date
DateMapper.fromISO8601
(String timestampString) static Date
DateMapper.fromISO8601
(String timestampString, boolean timezoneIgnored) protected ObjectMapperDirect.AnnotatedMethods
ObjectMapperDirect.getAnnotatedMethods
(Class aClass)