Uses of Interface
com.pushtechnology.diffusion.datatype.json.JSONDelta.ChangeMap
Packages that use JSONDelta.ChangeMap
-
Uses of JSONDelta.ChangeMap in com.pushtechnology.diffusion.datatype.json
Methods in com.pushtechnology.diffusion.datatype.json that return JSONDelta.ChangeMapModifier and TypeMethodDescriptionJSONDelta.ChangeMap.descendants(String pointer) Returns a view of the portion of this map whose keys are descendants ofpointer.JSONDelta.inserted()Returns the parts of the second JSON value not found in the first JSON value.JSONDelta.ChangeMap.intersection(String pointer) Returns a view of the portion of this map whose keys are descendants or parents ofpointer.JSONDelta.removed()Returns the parts of the first JSON value not found in the second JSON value.