Class 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>
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ByteBuddyMethodSignatureWriterWriter

        private ByteBuddyMethodSignatureWriterWriter()
    • Method Detail

      • signatureFor

        public java.lang.String signatureFor​(net.bytebuddy.description.method.MethodDescription method)
        Specified by:
        signatureFor in interface MethodSignatureWriter<net.bytebuddy.description.method.MethodDescription>
      • signatureForReflection

        public java.lang.String signatureForReflection​(java.lang.reflect.Method method)
        Specified by:
        signatureForReflection in interface MethodSignatureWriter<net.bytebuddy.description.method.MethodDescription>