Uses of Class
com.sdicons.json.model.JSONObject
Packages that use JSONObject
Package
Description
-
Uses of JSONObject in com.sdicons.json.parser.impl
Methods in com.sdicons.json.parser.impl that return JSONObject -
Uses of JSONObject in com.sdicons.json.serializer.helper
Methods in com.sdicons.json.serializer.helper with parameters of type JSONObjectModifier and TypeMethodDescriptionMarshallHelper.parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) Convert JSON representation into an instance of a class.voidMarshallHelper.renderValue(Object aObj, JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) Convert an element to JSON. -
Uses of JSONObject in com.sdicons.json.serializer.helper.impl
Methods in com.sdicons.json.serializer.helper.impl with parameters of type JSONObjectModifier and TypeMethodDescriptionArrayHelper.parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) BigDecimalHelper.parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) BigIntegerHelper.parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) BooleanHelper.parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) ByteHelper.parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) CharacterHelper.parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) CollectionHelper.parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) ColorHelper.parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) DateHelper.parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) DoubleHelper.parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) EnumHelper.parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) FloatHelper.parseValue(JSONObject aObjectValue, JSONMarshall aMarshall, HashMap aPool) FontHelper.parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) IntegerHelper.parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) LongHelper.parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) MapHelper.parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) ObjectHelper.parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) ObjectHelperDirect.parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) ShortHelper.parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) StringHelper.parseValue(JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) voidAbstractHelper.renderValue(Object aObj, JSONObject aParent, JSONMarshall aMarshall, HashMap aPool) voidArrayHelper.renderValue(Object aObj, JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) voidCollectionHelper.renderValue(Object aObj, JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) voidColorHelper.renderValue(Object aObj, JSONObject aParent, JSONMarshall aMarshall, HashMap aPool) voidDateHelper.renderValue(Object aObj, JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) voidFontHelper.renderValue(Object aObj, JSONObject aParent, JSONMarshall aMarshall, HashMap aPool) voidMapHelper.renderValue(Object aObj, JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) voidObjectHelper.renderValue(Object aObj, JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) voidObjectHelperDirect.renderValue(Object aObj, JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) -
Uses of JSONObject in com.sdicons.json.serializer.marshall
Methods in com.sdicons.json.serializer.marshall that return JSONObjectModifier and TypeMethodDescriptionJSONMarshall.marshall(boolean aValue) JSONMarshall.marshall(byte aValue) JSONMarshall.marshall(char aValue) JSONMarshall.marshall(double aValue) JSONMarshall.marshall(float aValue) JSONMarshall.marshall(int aValue) JSONMarshall.marshall(long aValue) JSONMarshall.marshall(short aValue) Marshall.marshall(boolean aValue) Convert a boolean primitive to JSON.Marshall.marshall(byte aValue) Convert a byte primitive to JSON.Marshall.marshall(char aValue) Convert a char primitive to JSON.Marshall.marshall(double aValue) Convert a double primitive to JSON.Marshall.marshall(float aValue) Convert a float primitive to JSON.Marshall.marshall(int aValue) Convert an int primitive to JSON.Marshall.marshall(long aValue) Convert a long primitive to JSON.Marshall.marshall(short aValue) Convert a short primitive to JSON.Convert a Java object to JSON.JSONMarshall.marshallImpl(Object aObj, HashMap aPool) private JSONObjectJSONMarshall.marshallImplArray(Object aObj, HashMap aPool) private JSONObjectJSONMarshall.marshallImplObject(Object aObj, String aObjId, Class aObjClass, String aObjClassName, HashMap aPool) private JSONObjectJSONMarshall.marshallPrimitive(String aType, String aValue) Methods in com.sdicons.json.serializer.marshall with parameters of type JSONObjectModifier and TypeMethodDescriptionstatic voidJSONMarshall.requireStringAttribute(JSONObject aElement, String anAttribute) JSONMarshall.unmarshall(JSONObject aElement) Marshall.unmarshall(JSONObject aElement) Convert a JSON representation to the Java primitive or reference.JSONMarshall.unmarshallImpl(JSONObject aElement, HashMap aObjectPool) private ObjectJSONMarshall.unmarshallImplPrimitive(JSONObject aElement) -
Uses of JSONObject in com.sdicons.json.validator
Constructors in com.sdicons.json.validator with parameters of type JSONObjectModifierConstructorDescriptionJSONValidator(JSONObject aValidation) Construct the validator based on the JSON description. -
Uses of JSONObject in com.sdicons.json.validator.impl
Methods in com.sdicons.json.validator.impl with parameters of type JSONObjectModifier and TypeMethodDescriptionstatic voidValidatorUtil.requiresAttribute(JSONObject aTarget, String aAttrib, Class aValueType) -
Uses of JSONObject in com.sdicons.json.validator.impl.predicates
Fields in com.sdicons.json.validator.impl.predicates declared as JSONObjectMethods in com.sdicons.json.validator.impl.predicates that return JSONObjectConstructors in com.sdicons.json.validator.impl.predicates with parameters of type JSONObjectModifierConstructorDescriptionArray(String aName, JSONObject aRule) Bool(String aName, JSONObject aRule) Complex(String aName, JSONObject aRule) CustomPredicate(String aName, JSONObject aRule, HashMap<String, Validator> aRuleset) protectedCustomValidator(String aName, JSONObject aRule, HashMap<String, Validator> aRuleset) Decimal(String aName, JSONObject aRule) Enumeration(String aName, JSONObject aRule) False(String aName, JSONObject aRule) Int(String aName, JSONObject aRule) Length(String aName, JSONObject aRule) Nr(String aName, JSONObject aRule) Null(String aName, JSONObject aRule) Object(String aName, JSONObject aRule) protectedPredicate(String aName, JSONObject aRule) Properties(String aName, JSONObject aRule, HashMap<String, Validator> aRuleset) Range(String aName, JSONObject aRule) Regexp(String aName, JSONObject aRule) Simple(String aName, JSONObject aRule) Str(String aName, JSONObject aRule) True(String aName, JSONObject aRule)