Class GetDexClassInformationArguments
java.lang.Object
com.pnfsoftware.jeb.client.mcp.wrappers.GetDexClassInformationArguments
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
-
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 -
super_class
-
implemented_interfaces
-
method_descriptors
-
field_descriptors
-
-
Constructor Details
-
GetDexClassInformationArguments
public GetDexClassInformationArguments()
-