Uses of Class
com.sdicons.json.model.JSONValue
Packages that use JSONValue
Package
Description
-
Uses of JSONValue in com.sdicons.json.mapper
Methods in com.sdicons.json.mapper that return JSONValueMethods in com.sdicons.json.mapper with parameters of type JSONValue -
Uses of JSONValue in com.sdicons.json.mapper.helper
Methods in com.sdicons.json.mapper.helper that return JSONValueModifier and TypeMethodDescriptionMethods in com.sdicons.json.mapper.helper with parameters of type JSONValue -
Uses of JSONValue in com.sdicons.json.mapper.helper.impl
Methods in com.sdicons.json.mapper.helper.impl that return JSONValueModifier and TypeMethodDescriptionMethods in com.sdicons.json.mapper.helper.impl with parameters of type JSONValueModifier and TypeMethodDescription -
Uses of JSONValue in com.sdicons.json.model
Subclasses of JSONValue in com.sdicons.json.modelModifier and TypeClassDescriptionclass
Represents a JSON array (list), an ordered list of values ...class
Represents a JSON boolean value.class
Superclass of JSON complex types, namelyJSONArray
andJSONObject
.class
Represents a JSON float.class
Represents a JSON int.class
Represents a JSON null value.class
The parent class of numerical types, beingJSONInteger
andJSONDecimal
.class
Representation of a JSON object, a collection (unordered) of name/value pairs.class
class
Represents a JSON delimited string.Fields in com.sdicons.json.model with type parameters of type JSONValueMethods in com.sdicons.json.model that return JSONValueModifier and TypeMethodDescriptionstatic JSONValue
This method is the reverse of a strip, it converts a construction of Java objects to a JSON decorated composition.JSONArray.get
(int i) Utility method, get an element at a specific position in the list.Utility method, get the element with specified name without having to retreive the map first using getValue().Methods in com.sdicons.json.model that return types with arguments of type JSONValue -
Uses of JSONValue in com.sdicons.json.parser
Methods in com.sdicons.json.parser that return JSONValue -
Uses of JSONValue in com.sdicons.json.parser.impl
Methods in com.sdicons.json.parser.impl that return JSONValue -
Uses of JSONValue in com.sdicons.json.validator
Fields in com.sdicons.json.validator declared as JSONValueMethods in com.sdicons.json.validator that return JSONValueMethods in com.sdicons.json.validator with parameters of type JSONValueModifier and TypeMethodDescriptionvoid
Validate a JSON value according to the rules described in the validator rules.void
Validate a JSONValue.Constructors in com.sdicons.json.validator with parameters of type JSONValueModifierConstructorDescriptionValidationException
(JSONValue aCulprit, String aRule) ValidationException
(String aComments, JSONValue aCulprit, String aRule) -
Uses of JSONValue in com.sdicons.json.validator.impl
Methods in com.sdicons.json.validator.impl with parameters of type JSONValueModifier and TypeMethodDescriptionstatic Validator
ValidatorUtil.buildValidator
(JSONValue aVal) static Validator
ValidatorUtil.buildValidator
(JSONValue aVal, HashMap<String, Validator> aRuleset) -
Uses of JSONValue in com.sdicons.json.validator.impl.predicates
Fields in com.sdicons.json.validator.impl.predicates with type parameters of type JSONValueMethods in com.sdicons.json.validator.impl.predicates with parameters of type JSONValueModifier and TypeMethodDescriptionprotected void
protected void
boolean
Switch.Case.isApplicable
(JSONValue aVal) void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
Constructor parameters in com.sdicons.json.validator.impl.predicates with type arguments of type JSONValue