Uses of Class
com.itextpdf.commons.json.JsonValue
Packages that use JsonValue
-
Uses of JsonValue in com.itextpdf.commons.json
Subclasses of JsonValue in com.itextpdf.commons.jsonModifier and TypeClassDescriptionfinal classClass representing json array value.final classClass representing json boolean value.final classClass representing json null value.final classClass representing json number value.final classClass representing json object value.final classClass representing json string value.Methods in com.itextpdf.commons.json that return JsonValueModifier and TypeMethodDescriptionstatic JsonValueParses string and createsJsonValueout of it.Methods in com.itextpdf.commons.json that return types with arguments of type JsonValueModifier and TypeMethodDescriptionJsonObject.getFields()Gets a copy of the json object fields.JsonArray.getValues()Gets a copy of json array values.Methods in com.itextpdf.commons.json with parameters of type JsonValueModifier and TypeMethodDescriptionvoidAdds a new value into json array.voidAdds a new field into json object.Constructor parameters in com.itextpdf.commons.json with type arguments of type JsonValueModifierConstructorDescriptionCreates a newJsonArraywith provided values.JsonObject(Map<String, JsonValue> fields) Creates a newJsonObjectwith provided fields.