
public class Deobfuscator extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Deobfuscator.Builder
Creates Deobfuscators.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getClientProxies(String binaryTypeName)
Returns the client proxy types whose
@ProxyFor is exactly binaryTypeName. |
String |
getDomainMethodDescriptor(String operation)
Returns a method descriptor that should be invoked on the service object.
|
String |
getRequestContext(String operation) |
String |
getRequestContextMethodDescriptor(String operation) |
String |
getRequestContextMethodName(String operation) |
String |
getTypeFromToken(String token)
Returns a type's binary name based on an obfuscated token.
|
boolean |
isReferencedType(String name) |
public List<String> getClientProxies(String binaryTypeName)
@ProxyFor is exactly binaryTypeName.
Ordered such that the most-derived types will be iterated over first.public String getDomainMethodDescriptor(String operation)
public String getTypeFromToken(String token)
public boolean isReferencedType(String name)
Copyright © 2016. All rights reserved.