Package io.sentry.util.network
Class NetworkBody.JsonObjectImpl
java.lang.Object
io.sentry.util.network.NetworkBody.JsonObjectImpl
- All Implemented Interfaces:
NetworkBody
- Enclosing interface:
- NetworkBody
Implementation for JSON object bodies
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.sentry.util.network.NetworkBody
NetworkBody.JsonArrayImpl, NetworkBody.JsonObjectImpl, NetworkBody.StringBodyImpl -
Method Summary
-
Method Details
-
getValue
Description copied from interface:NetworkBodyGets the underlying value of this NetworkBody.- Specified by:
getValuein interfaceNetworkBody- Returns:
- The value as an Object (could be Map, List, or String)
-
toString
-