public class DoubleHelper extends AbstractHelper
| Constructor and Description |
|---|
DoubleHelper() |
| Modifier and Type | Method and Description |
|---|---|
Class |
getHelpedClass() |
Object |
parseValue(JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool)
Convert JSON representation into an instance of a class.
|
equals, renderValuepublic Object parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) throws MarshallException
MarshallHelperaObjectElement - The source element we have to convert into an object.aMarshall - The marshall we can use to convert sub elements into subobjects to compose our target object.aPool - A pool of objects already encountered. Is used to resolve references.MarshallExceptionpublic Class getHelpedClass()
Copyright © 2013. All Rights Reserved.