Toggle navigation
Home
org.json.JSONObject to org.apache.camel.component.aws.xray.json.JsonObject
No. of Instances - 6
No. of Commits - 1
No. of Projects - {'camel'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: External -> Internal
Mapping:
Add or Remove Method invocation
json.keySet().size()
to
json.getKeys().size()
json.keySet()
to
json.getKeys()
namespaceData.keySet().size()
to
namespaceData.getKeys().size()
namespaceData.keySet()
to
namespaceData.getKeys()
Cascading Type Change (Similar)
JSONObject
to
JsonObject
Rename Method invocation
getJSONObject
to
get
getJSONArray
to
get
Wrap or Un-wrap
convertSubsegments
to
convertSubsegments
Cascading Type Change (Different)
JSONArray
to
JsonArray