Package

org.scaladebugger.api.lowlevel.events.data

requests

Permalink

package requests

Visibility
  1. Public
  2. All

Type Members

  1. case class CustomPropertyDataRequest(key: AnyRef) extends JDIEventDataRequest with Product with Serializable

    Permalink

    Represents a local data request that will retrieve a custom property from the event's request object if it exists.

    Represents a local data request that will retrieve a custom property from the event's request object if it exists.

    key

    The key of the custom property to retrieve

Ungrouped