Class Signatures


  • public final class Signatures
    extends java.lang.Object
    Encode signatures that use types outside the type system of the Java Virtual Machine. See also the JVM spec, section "4.7.9.1. Signatures". If anything goes wrong during encoding a RuntimeException is thrown.
    Author:
    Martin Kouba
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String methodSignature​(java.lang.reflect.Method method)  
      • Methods inherited from class java.lang.Object

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

      • methodSignature

        public static java.lang.String methodSignature​(java.lang.reflect.Method method)
        Parameters:
        method -
        Returns:
        the JVM method signature