Class HierarchicalTypeSignature

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected ScanResult scanResult
      The scan result.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      protected abstract java.lang.String getClassName()
      The name of the class (used by getClassInfo() to fetch the ClassInfo object for the class).
      • Methods inherited from class java.lang.Object

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

      • scanResult

        protected transient ScanResult scanResult
        The scan result.
    • Constructor Detail

      • HierarchicalTypeSignature

        public HierarchicalTypeSignature()
    • Method Detail

      • getClassName

        protected abstract java.lang.String getClassName()
        The name of the class (used by getClassInfo() to fetch the ClassInfo object for the class).
        Returns:
        The class name.