Class RenameDexItemsArguments.Item
java.lang.Object
com.pnfsoftware.jeb.client.mcp.wrappers.RenameDexItemsArguments.Item
- Enclosing class:
- RenameDexItemsArguments
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
current_item_address
@JsonPropertyDescription("The address of the item to be renamed:\n- A dex class address is its type descriptor (JVM internal class name).\n- A dex method address is: \'class_descriptor->method_descriptor\'. The method_descriptor is: \'METHOD_NAME(argtypes_descriptors)rettype_descriptor\'.\n- A dex field address is: \'class_descriptor->field_descriptor\'. The field_descriptor is: \'FIELD_NAME:fieldtype_descriptor\'.\n") public String current_item_address -
new_simple_name
@JsonPropertyDescription("The new simple name to be set for the item") public String new_simple_name
-
-
Constructor Details
-
Item
public Item()
-