Interface MethodGraph.Linked

    • Method Detail

      • getSuperClassGraph

        MethodGraph getSuperClassGraph()
        Returns a graph representing the view on this represented type's super type.
        Returns:
        A graph representing the view on this represented type's super type.
      • getInterfaceGraph

        MethodGraph getInterfaceGraph​(TypeDescription typeDescription)
        Returns a graph representing the view on this represented type's directly implemented interface type.
        Parameters:
        typeDescription - The interface type for which a view is to be returned.
        Returns:
        A graph representing the view on this represented type's directly implemented interface type.