Class TypeSignature


  • public class TypeSignature
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TypeSignature​(java.lang.reflect.Type[] types)  
      TypeSignature​(java.lang.String sig)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getSig()  
      • Methods inherited from class java.lang.Object

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

      • TypeSignature

        public TypeSignature​(java.lang.String sig)
    • Method Detail

      • getSig

        public java.lang.String getSig()