| Modifier and Type | Method and Description |
|---|---|
default boolean |
matches(String className,
String methodName,
String methodDescriptor)
defines matching with compile time method specifications.
|
byDescription, byDescription, byName, matchesdefault boolean matches(String className, String methodName, String methodDescriptor)
Methodsmatches in interface MethodsclassName - the internal name of the class (e.g. java/lang/String for java.lang.String)methodName - the name of the method (e.g getBytes)methodDescriptor - the method descriptor of the method (e.g. (Ljava/nio/Charset;)[B; for byte[] getBytes(Charset charset))Copyright © 2020. All rights reserved.