Uses of Interface
org.spincast.core.json.JsonObjectOrArray
Packages that use JsonObjectOrArray
-
Uses of JsonObjectOrArray in org.spincast.core.json
Subinterfaces of JsonObjectOrArray in org.spincast.core.jsonModifier and TypeInterfaceDescriptioninterfaceRepresents aJsonarray, "[]".interfaceRepresents aJsonobject, "{}".Classes in org.spincast.core.json that implement JsonObjectOrArrayModifier and TypeClassDescriptionclassJsonArrayimplementation.classBase class for both JsonObject and JsonArray.classJsonObjectimplementation.Methods in org.spincast.core.json that return JsonObjectOrArrayModifier and TypeMethodDescriptionJsonObjectOrArray.clear()Clears all elements.abstract JsonObjectOrArrayJsonObjectArrayBase.clone(boolean mutable) Clone the object.JsonObjectOrArray.clone(boolean mutable) Clone the object.protected JsonObjectOrArrayprotected abstract JsonObjectOrArrayRemoves an element atJsonPath.Sets an element at the specifiedJsonPath.Sets an element at the specifiedJsonPath.JsonObjectArrayBase.setIfAbsent(String jsonPath, Object element) JsonObjectArrayBase.setIfAbsent(String jsonPath, Object element, boolean clone) JsonObjectOrArray.setIfAbsent(String jsonPath, Object element) Sets an element at the specifiedJsonPathif no element exists at this path.JsonObjectOrArray.setIfAbsent(String jsonPath, Object element, boolean clone) Sets an element at the specifiedJsonPathif no element exists at this path.Methods in org.spincast.core.json with parameters of type JsonObjectOrArrayModifier and TypeMethodDescriptionvoidJsonManager.putElementAtJsonPath(JsonObjectOrArray obj, String jsonPath, Object element) Puts an element in the object at the specifiedJsonPath.voidJsonManager.putElementAtJsonPath(JsonObjectOrArray obj, String jsonPath, Object element, boolean clone) Puts a clone of the element in the object at the specifiedJsonPath.voidJsonPathUtils.putElementAtJsonPath(JsonObjectOrArray root, String jsonPath, Object elementToAdd) Puts an element in the object at the specifiedJsonPathposition.voidJsonPathUtilsDefault.putElementAtJsonPath(JsonObjectOrArray root, String jsonPath, Object valueToAdd) -
Uses of JsonObjectOrArray in org.spincast.core.request
Subinterfaces of JsonObjectOrArray in org.spincast.core.requestModifier and TypeInterfaceDescriptioninterfaceSpecializedJsonObjectthat is also aValidationSetto store validations.Classes in org.spincast.core.request that implement JsonObjectOrArray -
Uses of JsonObjectOrArray in org.spincast.core.validation
Classes in org.spincast.core.validation that implement JsonObjectOrArray