Class DecompileDexMethodArguments

java.lang.Object
com.pnfsoftware.jeb.client.mcp.wrappers.DecompileDexMethodArguments

public class DecompileDexMethodArguments extends Object
  • Field Details

    • unit_path

      @JsonPropertyDescription("The dex unit path such as one provided by get_project_information. If none is provided, the first dex unit found in the project will be acted upon.") public String unit_path
    • type_descriptor

      @JsonPropertyDescription("The type descriptor of the target class") public String type_descriptor
    • method_descriptor

      @JsonPropertyDescription("The method descriptor of the method to be decompiled in the class") public String method_descriptor
  • Constructor Details

    • DecompileDexMethodArguments

      public DecompileDexMethodArguments()