Toggle navigation
Home
com.fasterxml.jackson.databind.JsonNode to org.apache.usergrid.rest.test.resource.model.Entity
No. of Instances - 4
No. of Commits - 1
No. of Projects - {'usergrid'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
entity.get("location").get("latitude").asText()
to
entity.getMap("location").get("latitude").toString()
entity.get("location").get("longitude").asText()
to
entity.getMap("location").get("longitude").toString()
node.get("location").get("latitude").asText()
to
node.getMap("location").get("latitude").toString()
node.get("location").get("longitude").asText()
to
node.getMap("location").get("longitude").toString()