public class ObjectMapperDirect extends Object implements SimpleMapperHelper
| Constructor and Description |
|---|
ObjectMapperDirect() |
| Modifier and Type | Method and Description |
|---|---|
protected Constructor |
getAnnotatedConstructor(Class aClass) |
protected com.sdicons.json.mapper.helper.impl.ObjectMapperDirect.AnnotatedMethods |
getAnnotatedMethods(Class aClass) |
protected Method |
getAnnotatedSerializingMethod(Class aClass) |
protected List<Field> |
getFieldInfo(Class aClass) |
Class |
getHelpedClass() |
Object |
toJava(JSONValue aValue,
Class aRequestedClass) |
JSONValue |
toJSON(Object aPojo) |
public Class getHelpedClass()
getHelpedClass in interface Helperprotected Constructor getAnnotatedConstructor(Class aClass)
protected com.sdicons.json.mapper.helper.impl.ObjectMapperDirect.AnnotatedMethods getAnnotatedMethods(Class aClass) throws MapperException
MapperExceptionpublic Object toJava(JSONValue aValue, Class aRequestedClass) throws MapperException
toJava in interface SimpleMapperHelperMapperExceptionpublic JSONValue toJSON(Object aPojo) throws MapperException
toJSON in interface SimpleMapperHelperMapperExceptionCopyright © 2013. All Rights Reserved.