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)
|