Uses of Class
com.sdicons.json.serializer.marshall.MarshallException
-
Packages that use MarshallException Package Description com.sdicons.json.serializer.helper com.sdicons.json.serializer.helper.impl com.sdicons.json.serializer.marshall -
-
Uses of MarshallException in com.sdicons.json.serializer.helper
Methods in com.sdicons.json.serializer.helper that throw MarshallException Modifier and Type Method Description java.lang.ObjectMarshallHelper. parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)Convert JSON representation into an instance of a class.voidMarshallHelper. renderValue(java.lang.Object aObj, JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)Convert an element to JSON. -
Uses of MarshallException in com.sdicons.json.serializer.helper.impl
Methods in com.sdicons.json.serializer.helper.impl that throw MarshallException Modifier and Type Method Description protected ObjectHelperDirect.AnnotatedMethodsObjectHelperDirect. getAnnotatedMethods(java.lang.Class aClass)java.lang.ObjectArrayHelper. parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)java.lang.ObjectBigDecimalHelper. parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)java.lang.ObjectBigIntegerHelper. parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)java.lang.ObjectBooleanHelper. parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)java.lang.ObjectByteHelper. parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)java.lang.ObjectCharacterHelper. parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)java.lang.ObjectCollectionHelper. parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)java.lang.ObjectColorHelper. parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)java.lang.ObjectDateHelper. parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)java.lang.ObjectDoubleHelper. parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)java.lang.ObjectEnumHelper. parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)java.lang.ObjectFloatHelper. parseValue(JSONObject aObjectValue, JSONMarshall aMarshall, java.util.HashMap aPool)java.lang.ObjectFontHelper. parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)java.lang.ObjectIntegerHelper. parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)java.lang.ObjectLongHelper. parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)java.lang.ObjectMapHelper. parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)java.lang.ObjectObjectHelper. parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)java.lang.ObjectObjectHelperDirect. parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)java.lang.ObjectShortHelper. parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)java.lang.ObjectStringHelper. parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)voidAbstractHelper. renderValue(java.lang.Object aObj, JSONObject aParent, JSONMarshall aMarshall, java.util.HashMap aPool)voidArrayHelper. renderValue(java.lang.Object aObj, JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)voidCollectionHelper. renderValue(java.lang.Object aObj, JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)voidColorHelper. renderValue(java.lang.Object aObj, JSONObject aParent, JSONMarshall aMarshall, java.util.HashMap aPool)voidDateHelper. renderValue(java.lang.Object aObj, JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)voidFontHelper. renderValue(java.lang.Object aObj, JSONObject aParent, JSONMarshall aMarshall, java.util.HashMap aPool)voidMapHelper. renderValue(java.lang.Object aObj, JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)voidObjectHelper. renderValue(java.lang.Object aObj, JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool)voidObjectHelperDirect. renderValue(java.lang.Object aObj, JSONObject aObjectElement, JSONMarshall aMarshall, java.util.HashMap aPool) -
Uses of MarshallException in com.sdicons.json.serializer.marshall
Methods in com.sdicons.json.serializer.marshall that throw MarshallException Modifier and Type Method Description booleanMarshallValue. getBoolean()Get the primitive boolean value.booleanMarshallValueImpl. getBoolean()byteMarshallValue. getByte()Get the primitive byte value.byteMarshallValueImpl. getByte()charMarshallValue. getChar()Get the primitive char value.charMarshallValueImpl. getChar()doubleMarshallValue. getDouble()Get the primitive double value.doubleMarshallValueImpl. getDouble()floatMarshallValue. getFloat()Get the primitive float value.floatMarshallValueImpl. getFloat()intMarshallValue. getInt()Get the primitive int value.intMarshallValueImpl. getInt()longMarshallValue. getLong()Get the primitive long value.longMarshallValueImpl. getLong()java.lang.ObjectMarshallValue. getReference()Get the reference to a Java object.java.lang.ObjectMarshallValueImpl. getReference()shortMarshallValue. getShort()Get the primitive short value.shortMarshallValueImpl. getShort()JSONObjectJSONMarshall. marshall(java.lang.Object aObj)JSONObjectMarshall. marshall(java.lang.Object aObj)Convert a Java object to JSON.JSONObjectJSONMarshall. marshallImpl(java.lang.Object aObj, java.util.HashMap aPool)private JSONObjectJSONMarshall. marshallImplArray(java.lang.Object aObj, java.util.HashMap aPool)private JSONObjectJSONMarshall. marshallImplObject(java.lang.Object aObj, java.lang.String aObjId, java.lang.Class aObjClass, java.lang.String aObjClassName, java.util.HashMap aPool)static voidJSONMarshall. requireStringAttribute(JSONObject aElement, java.lang.String anAttribute)MarshallValueJSONMarshall. unmarshall(JSONObject aElement)MarshallValueMarshall. unmarshall(JSONObject aElement)Convert a JSON representation to the Java primitive or reference.java.lang.ObjectJSONMarshall. unmarshallImpl(JSONObject aElement, java.util.HashMap aObjectPool)private java.lang.ObjectJSONMarshall. unmarshallImplPrimitive(JSONObject aElement)
-