Uses of Class
com.sdicons.json.serializer.marshall.JSONMarshall
-
Packages that use JSONMarshall Package Description com.sdicons.json.serializer.helper com.sdicons.json.serializer.helper.impl -
-
Uses of JSONMarshall in com.sdicons.json.serializer.helper
Methods in com.sdicons.json.serializer.helper with parameters of type JSONMarshall Modifier and Type Method Description java.lang.Object
MarshallHelper. parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)
Convert JSON representation into an instance of a class.void
MarshallHelper. renderValue(java.lang.Object aObj, JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)
Convert an element to JSON. -
Uses of JSONMarshall in com.sdicons.json.serializer.helper.impl
Methods in com.sdicons.json.serializer.helper.impl with parameters of type JSONMarshall Modifier and Type Method Description java.lang.Object
ArrayHelper. parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)
java.lang.Object
BigDecimalHelper. parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)
java.lang.Object
BigIntegerHelper. parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)
java.lang.Object
BooleanHelper. parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)
java.lang.Object
ByteHelper. parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)
java.lang.Object
CharacterHelper. parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)
java.lang.Object
CollectionHelper. parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)
java.lang.Object
ColorHelper. parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)
java.lang.Object
DateHelper. parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)
java.lang.Object
DoubleHelper. parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)
java.lang.Object
EnumHelper. parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)
java.lang.Object
FloatHelper. parseValue(JSONObject aObjectValue, JSONMarshall aMarshall, java.util.HashMap aPool)
java.lang.Object
FontHelper. parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)
java.lang.Object
IntegerHelper. parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)
java.lang.Object
LongHelper. parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)
java.lang.Object
MapHelper. parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)
java.lang.Object
ObjectHelper. parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)
java.lang.Object
ObjectHelperDirect. parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)
java.lang.Object
ShortHelper. parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)
java.lang.Object
StringHelper. parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)
void
AbstractHelper. renderValue(java.lang.Object aObj, JSONObject aParent, JSONMarshall aMarshall, java.util.HashMap aPool)
void
ArrayHelper. renderValue(java.lang.Object aObj, JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)
void
CollectionHelper. renderValue(java.lang.Object aObj, JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)
void
ColorHelper. renderValue(java.lang.Object aObj, JSONObject aParent, JSONMarshall aMarshall, java.util.HashMap aPool)
void
DateHelper. renderValue(java.lang.Object aObj, JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)
void
FontHelper. renderValue(java.lang.Object aObj, JSONObject aParent, JSONMarshall aMarshall, java.util.HashMap aPool)
void
MapHelper. renderValue(java.lang.Object aObj, JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)
void
ObjectHelper. renderValue(java.lang.Object aObj, JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)
void
ObjectHelperDirect. renderValue(java.lang.Object aObj, JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)
-