| Package | Description |
|---|---|
| com.sdicons.json.mapper | |
| com.sdicons.json.mapper.helper | |
| com.sdicons.json.mapper.helper.impl |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
SimpleMapperHelper.toJava(JSONValue aValue,
Class aRequestedClass) |
Object |
ComplexMapperHelper.toJava(JSONValue aValue,
Class aRequestedClass,
Type[] aTypes) |
JSONValue |
SimpleMapperHelper.toJSON(Object aPojo) |
JSONValue |
ComplexMapperHelper.toJSON(Object aPojo) |
| Modifier and Type | Method and Description |
|---|---|
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 |
ByteMapper.toJava(JSONValue aValue,
Class aRequestedClass) |
Object |
DateMapper.toJava(JSONValue aValue,
Class aRequestedClass) |
Object |
EnumMapper.toJava(JSONValue aValue,
Class aRequestedClass) |
Object |
CollectionMapper.toJava(JSONValue aValue,
Class aRequestedClass) |
Object |
DoubleMapper.toJava(JSONValue aValue,
Class aRequestedClass) |
Object |
ObjectMapper.toJava(JSONValue aValue,
Class aRequestedClass) |
Object |
ShortMapper.toJava(JSONValue aValue,
Class aRequestedClass) |
Object |
FloatMapper.toJava(JSONValue aValue,
Class aRequestedClass) |
Object |
CharacterMapper.toJava(JSONValue aValue,
Class aRequestedClass) |
Object |
MapMapper.toJava(JSONValue aValue,
Class aRequestedClass) |
Object |
BigIntegerMapper.toJava(JSONValue aValue,
Class aRequestedClass) |
Object |
StringMapper.toJava(JSONValue aValue,
Class aRequestedClass) |
Object |
ArrayMapper.toJava(JSONValue aValue,
Class aRequestedClass) |
Object |
BigDecimalMapper.toJava(JSONValue aValue,
Class aRequestedClass) |
Object |
LongMapper.toJava(JSONValue aValue,
Class aRequestedClass) |
Object |
BooleanMapper.toJava(JSONValue aValue,
Class aRequestedClass) |
Object |
IntegerMapper.toJava(JSONValue aValue,
Class aRequestedClass) |
Object |
ObjectMapperDirect.toJava(JSONValue aValue,
Class aRequestedClass) |
Object |
CollectionMapper.toJava(JSONValue aValue,
Class aRawClass,
Type[] aTypes) |
Object |
MapMapper.toJava(JSONValue aValue,
Class aRawClass,
Type[] aTypes) |
JSONValue |
ByteMapper.toJSON(Object aPojo) |
JSONValue |
DateMapper.toJSON(Object aPojo) |
JSONValue |
CollectionMapper.toJSON(Object aPojo) |
JSONValue |
DoubleMapper.toJSON(Object aPojo) |
JSONValue |
ObjectMapper.toJSON(Object aPojo) |
JSONValue |
ShortMapper.toJSON(Object aPojo) |
JSONValue |
FloatMapper.toJSON(Object aPojo) |
JSONValue |
MapMapper.toJSON(Object aPojo) |
JSONValue |
BigIntegerMapper.toJSON(Object aPojo) |
JSONValue |
ArrayMapper.toJSON(Object aObj) |
JSONValue |
BigDecimalMapper.toJSON(Object aPojo) |
JSONValue |
LongMapper.toJSON(Object aPojo) |
JSONValue |
BooleanMapper.toJSON(Object aPojo) |
JSONValue |
IntegerMapper.toJSON(Object aPojo) |
JSONValue |
ObjectMapperDirect.toJSON(Object aPojo) |
JSONValue |
AbstractMapper.toJSON(Object aPojo) |
Copyright © 2013. All Rights Reserved.