Class NetworkBody.JsonObjectImpl

java.lang.Object
io.sentry.util.network.NetworkBody.JsonObjectImpl
All Implemented Interfaces:
NetworkBody
Enclosing interface:
NetworkBody

public static final class NetworkBody.JsonObjectImpl extends Object implements NetworkBody
Implementation for JSON object bodies
  • Method Details

    • getValue

      @NotNull public @NotNull Map<String,Object> getValue()
      Description copied from interface: NetworkBody
      Gets the underlying value of this NetworkBody.
      Specified by:
      getValue in interface NetworkBody
      Returns:
      The value as an Object (could be Map, List, or String)
    • toString

      public String toString()
      Overrides:
      toString in class Object