Interface TypeVariableSource.Visitor<T>

    • Method Detail

      • onType

        T onType​(TypeDescription typeDescription)
        Applies the visitor on a type.
        Parameters:
        typeDescription - The type onto which this visitor is applied.
        Returns:
        The visitor's return value.
      • onMethod

        T onMethod​(MethodDescription.InDefinedShape methodDescription)
        Applies the visitor on a method.
        Parameters:
        methodDescription - The method onto which this visitor is applied.
        Returns:
        The visitor's return value.