Class ObjectMapperDirect
java.lang.Object
com.sdicons.json.mapper.helper.impl.ObjectMapperDirect
- All Implemented Interfaces:
Helper
,SimpleMapperHelper
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Constructor
getAnnotatedConstructor
(Class aClass) protected ObjectMapperDirect.AnnotatedMethods
getAnnotatedMethods
(Class aClass) protected Method
getAnnotatedSerializingMethod
(Class aClass) getFieldInfo
(Class aClass)
-
Field Details
-
annotatedPool
-
-
Constructor Details
-
ObjectMapperDirect
public ObjectMapperDirect()
-
-
Method Details
-
getHelpedClass
- Specified by:
getHelpedClass
in interfaceHelper
-
getAnnotatedSerializingMethod
-
getAnnotatedConstructor
-
getAnnotatedMethods
protected ObjectMapperDirect.AnnotatedMethods getAnnotatedMethods(Class aClass) throws MapperException - Throws:
MapperException
-
getFieldInfo
-
toJava
- Specified by:
toJava
in interfaceSimpleMapperHelper
- Throws:
MapperException
-
toJSON
- Specified by:
toJSON
in interfaceSimpleMapperHelper
- Throws:
MapperException
-