Package org.powermock.core.transformers
Class MethodSignatures.ByteBuddyMethodSignatureWriterWriter
- java.lang.Object
-
- org.powermock.core.transformers.MethodSignatures.ByteBuddyMethodSignatureWriterWriter
-
- All Implemented Interfaces:
MethodSignatureWriter<net.bytebuddy.description.method.MethodDescription>
- Enclosing class:
- MethodSignatures
private static class MethodSignatures.ByteBuddyMethodSignatureWriterWriter extends java.lang.Object implements MethodSignatureWriter<net.bytebuddy.description.method.MethodDescription>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ByteBuddyMethodSignatureWriterWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
signatureFor(net.bytebuddy.description.method.MethodDescription method)
java.lang.String
signatureForReflection(java.lang.reflect.Method method)
-
-
-
Method Detail
-
signatureFor
public java.lang.String signatureFor(net.bytebuddy.description.method.MethodDescription method)
- Specified by:
signatureFor
in interfaceMethodSignatureWriter<net.bytebuddy.description.method.MethodDescription>
-
signatureForReflection
public java.lang.String signatureForReflection(java.lang.reflect.Method method)
- Specified by:
signatureForReflection
in interfaceMethodSignatureWriter<net.bytebuddy.description.method.MethodDescription>
-
-