| Package | Description |
|---|---|
| com.sdicons.json.serializer.helper | |
| com.sdicons.json.serializer.helper.impl | |
| com.sdicons.json.serializer.marshall |
| Modifier and Type | Method and Description |
|---|---|
Object |
MarshallHelper.parseValue(JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool)
Convert JSON representation into an instance of a class.
|
void |
MarshallHelper.renderValue(Object aObj,
JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool)
Convert an element to JSON.
|
| Modifier and Type | Method and Description |
|---|---|
protected com.sdicons.json.serializer.helper.impl.ObjectHelperDirect.AnnotatedMethods |
ObjectHelperDirect.getAnnotatedMethods(Class aClass) |
Object |
StringHelper.parseValue(JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool) |
Object |
BigIntegerHelper.parseValue(JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool) |
Object |
LongHelper.parseValue(JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool) |
Object |
MapHelper.parseValue(JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool) |
Object |
FloatHelper.parseValue(JSONObject aObjectValue,
JSONMarshall aMarshall,
HashMap aPool) |
Object |
ShortHelper.parseValue(JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool) |
Object |
DoubleHelper.parseValue(JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool) |
Object |
ArrayHelper.parseValue(JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool) |
Object |
IntegerHelper.parseValue(JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool) |
Object |
EnumHelper.parseValue(JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool) |
Object |
BooleanHelper.parseValue(JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool) |
Object |
CharacterHelper.parseValue(JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool) |
Object |
ByteHelper.parseValue(JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool) |
Object |
DateHelper.parseValue(JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool) |
Object |
BigDecimalHelper.parseValue(JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool) |
Object |
ColorHelper.parseValue(JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool) |
Object |
ObjectHelperDirect.parseValue(JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool) |
Object |
FontHelper.parseValue(JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool) |
Object |
ObjectHelper.parseValue(JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool) |
Object |
CollectionHelper.parseValue(JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool) |
void |
MapHelper.renderValue(Object aObj,
JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool) |
void |
AbstractHelper.renderValue(Object aObj,
JSONObject aParent,
JSONMarshall aMarshall,
HashMap aPool) |
void |
ArrayHelper.renderValue(Object aObj,
JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool) |
void |
DateHelper.renderValue(Object aObj,
JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool) |
void |
ColorHelper.renderValue(Object aObj,
JSONObject aParent,
JSONMarshall aMarshall,
HashMap aPool) |
void |
ObjectHelperDirect.renderValue(Object aObj,
JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool) |
void |
FontHelper.renderValue(Object aObj,
JSONObject aParent,
JSONMarshall aMarshall,
HashMap aPool) |
void |
ObjectHelper.renderValue(Object aObj,
JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool) |
void |
CollectionHelper.renderValue(Object aObj,
JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MarshallValueImpl.getBoolean() |
boolean |
MarshallValue.getBoolean()
Get the primitive boolean value.
|
byte |
MarshallValueImpl.getByte() |
byte |
MarshallValue.getByte()
Get the primitive byte value.
|
char |
MarshallValueImpl.getChar() |
char |
MarshallValue.getChar()
Get the primitive char value.
|
double |
MarshallValueImpl.getDouble() |
double |
MarshallValue.getDouble()
Get the primitive double value.
|
float |
MarshallValueImpl.getFloat() |
float |
MarshallValue.getFloat()
Get the primitive float value.
|
int |
MarshallValueImpl.getInt() |
int |
MarshallValue.getInt()
Get the primitive int value.
|
long |
MarshallValueImpl.getLong() |
long |
MarshallValue.getLong()
Get the primitive long value.
|
Object |
MarshallValueImpl.getReference() |
Object |
MarshallValue.getReference()
Get the reference to a Java object.
|
short |
MarshallValueImpl.getShort() |
short |
MarshallValue.getShort()
Get the primitive short value.
|
JSONObject |
JSONMarshall.marshall(Object aObj) |
JSONObject |
Marshall.marshall(Object aObj)
Convert a Java object to JSON.
|
JSONObject |
JSONMarshall.marshallImpl(Object aObj,
HashMap aPool) |
static void |
JSONMarshall.requireStringAttribute(JSONObject aElement,
String anAttribute) |
MarshallValue |
JSONMarshall.unmarshall(JSONObject aElement) |
MarshallValue |
Marshall.unmarshall(JSONObject aElement)
Convert a JSON representation to the Java primitive or reference.
|
Object |
JSONMarshall.unmarshallImpl(JSONObject aElement,
HashMap aObjectPool) |
Copyright © 2013. All Rights Reserved.